Changeset 231 for trunk/src/get_field.m
- Timestamp:
- Apr 5, 2011, 12:46:34 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/get_field.m
r227 r231 168 168 inputfile=get(handles.inputfile,'String'); 169 169 Field=nc2struct(inputfile,[]);% reads the field description, without data 170 Field.ListGlobalAttribute171 170 if isfield(Field,'Txt') 172 171 msgbox_uvmat('ERROR',Field.Txt) … … 835 834 huvmat=findobj(allchild(0),'tag','uvmat'); 836 835 if isempty(huvmat) 837 uvmat(inputfile) 836 input.InputFile=inputfile; 837 input.FieldsString={'get_field...'}; 838 uvmat(input) 838 839 else 839 840 set(huvmat,'Visible','on')%make uvmat visible (bugs can hide it in some cases)
Note: See TracChangeset
for help on using the changeset viewer.