Changeset 596 for trunk/src/uvmat.m


Ignore:
Timestamp:
Mar 30, 2013, 11:34:27 AM (12 years ago)
Author:
sommeria
Message:

corrections done in civ

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/uvmat.m

    r595 r596  
    26022602    set(handles.ListObject_1,'Visible','off')
    26032603    [PlotType,PlotParamOut]=plot_field(UvData.Field,handles.PlotAxes,read_GUI(handles.uvmat));
    2604     errormsg=fill_GUI(PlotParamOut,handles.uvmat);
    2605     %write_plot_param(handles,PlotParamOut) %update the auto plot parameters
     2604    %errormsg=fill_GUI(PlotParamOut,handles.uvmat);
     2605    write_plot_param(handles,PlotParamOut) %update the auto plot parameters
    26062606   
    26072607%% 2D or 3D fieldname are generally projected
     
    27132713                errormsg=fill_GUI(PlotParamOut,handles.uvmat);
    27142714                else
    2715                     errormsg=fill_GUI(PlotParamOut,hview_field);
     2715                    errormsg=fill_GUI(PlotParamOut,view_field_handle);
    27162716                end
    27172717                %write_plot_param(plot_handles{imap},PlotParamOut) %update the auto plot parameters
Note: See TracChangeset for help on using the changeset viewer.