Changeset 591 for trunk/src/view_field.m


Ignore:
Timestamp:
Mar 25, 2013, 5:43:18 PM (11 years ago)
Author:
sommeria
Message:

various updates, in particular modification of series to do calculations in the cluster

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/view_field.m

    r569 r591  
    8383        set(handles.Vectors,'Visible','on')
    8484    end
    85     errormsg=fill_GUI(PlotParamOut,handles);
     85    errormsg=fill_GUI(PlotParamOut,hObject);
    8686    if ~isempty(errormsg)
    8787        msgbox_uvmat('ERROR',errormsg)
     
    780780PlotParam=read_GUI(handles.view_field);
    781781[PP,PlotParamOut]= plot_field(AxeData,handles.PlotAxes,PlotParam);
    782 errormsg=fill_GUI(PlotParamOut,handles);
     782errormsg=fill_GUI(PlotParamOut,handles.view_field);
    783783    if ~isempty(errormsg)
    784784        msgbox_uvmat('ERROR',errormsg)
Note: See TracChangeset for help on using the changeset viewer.