Changeset 569 for trunk/src/view_field.m
- Timestamp:
- Feb 19, 2013, 7:19:07 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/view_field.m
r544 r569 83 83 set(handles.Vectors,'Visible','on') 84 84 end 85 write_plot_param(handles,PlotParamOut);% update the display of the plotting parameters 85 errormsg=fill_GUI(PlotParamOut,handles); 86 if ~isempty(errormsg) 87 msgbox_uvmat('ERROR',errormsg) 88 return 89 end 90 %write_plot_param(handles,PlotParamOut);% update the display of the plotting parameters 86 91 end 87 92 … … 775 780 PlotParam=read_GUI(handles.view_field); 776 781 [PP,PlotParamOut]= plot_field(AxeData,handles.PlotAxes,PlotParam); 777 write_plot_param(handles,PlotParamOut); %update the auto plot parameters 782 errormsg=fill_GUI(PlotParamOut,handles); 783 if ~isempty(errormsg) 784 msgbox_uvmat('ERROR',errormsg) 785 return 786 end 787 %write_plot_param(handles,PlotParamOut); %update the auto plot parameters 778 788 779 789 %------------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.