Changeset 516 for trunk/src/uvmat.m


Ignore:
Timestamp:
Aug 16, 2012, 8:47:11 AM (12 years ago)
Author:
sommeria
Message:

various bug corrections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/uvmat.m

    r515 r516  
    22162216% display the Fields menu from the input file and pick the selected one:
    22172217if isstruct(ParamOut)
    2218 field_index=strcmp(ParamOut.FieldName,ParamOut.FieldList);
    2219 set(handles.Fields,'String',ParamOut.FieldList); %update the field menu
    2220 set(handles.Fields,'Value',find(field_index,1))
     2218    field_index=strcmp(ParamOut.FieldName,ParamOut.FieldList);
     2219    set(handles.Fields,'String',ParamOut.FieldList); %update the field menu
     2220    set(handles.Fields,'Value',find(field_index,1))
    22212221end
    22222222
Note: See TracChangeset for help on using the changeset viewer.