Changeset 406 for trunk/src/read_field.m
- Timestamp:
- May 3, 2012, 7:30:05 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/read_field.m
r405 r406 94 94 ParamOut.CivStage=Field.CivStage; 95 95 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...'}]; 98 99 if CivStage==0% read the field names on the interface get_field. 99 100 hget_field=findobj(allchild(0),'Name',GUIName);%find the get_field... GUI
Note: See TracChangeset
for help on using the changeset viewer.