Changeset 406 for trunk/src/read_field.m


Ignore:
Timestamp:
May 3, 2012, 7:30:05 PM (12 years ago)
Author:
sommeria
Message:

bugs corrected in civ_matlab and object projection

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/read_field.m

    r405 r406  
    9494                ParamOut.CivStage=Field.CivStage;
    9595            end
    96         end
    97         ParamOut.FieldList=[{'image'};FieldList;{'get_field...'}];
     96            ParamOut.FieldList=[{'image'};FieldList;{'get_field...'}];
     97        end
     98%         ParamOut.FieldList=[{'image'};FieldList;{'get_field...'}];
    9899        if CivStage==0% read the field names on the interface get_field.
    99100            hget_field=findobj(allchild(0),'Name',GUIName);%find the get_field... GUI
Note: See TracChangeset for help on using the changeset viewer.