Changeset 876 for trunk/src/series.m


Ignore:
Timestamp:
Feb 22, 2015, 11:07:07 PM (10 years ago)
Author:
sommeria
Message:

deformation modified in civ_series and bug corrections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/series.m

    r872 r876  
    24192419        GetFieldData=get_field(FirstFileName,ParamIn);
    24202420        FieldList={};
     2421        if isfield(GetFieldData,'FieldOption')% if a field has been selected
    24212422        switch GetFieldData.FieldOption
    24222423            case 'vectors'
     
    24822483        set(handles.Coord_x,'Visible','on')
    24832484        set(handles.Coord_y,'Visible','on')
     2485        end
    24842486    else
    24852487        msgbox_uvmat('ERROR',[FirstFileName ' does not exist'])
Note: See TracChangeset for help on using the changeset viewer.