mdomanski-usgs / FluEgg

A three-dimensional Lagrangian model capable of evaluating the influence of flow velocity, shear dispersion and turbulent diffusion on the transport and dispersal patterns of Asian carp eggs is presented. The model’s variables include not only biological behavior (growth rate, density changes) but also the physical characteristics of the flow field, such as mean velocities and eddy diffusivities.
Other
0 stars 0 forks source link

Exception when deleting spawning time #3

Open mdomanski-usgs opened 6 years ago

mdomanski-usgs commented 6 years ago

After a spawning time is set, an exception occurs when attempting to delete the spawning time. See below for the stack trace.

Undefined function or variable 'Yylabel'.

Error in Edit_River_Input_File>pushbutton_plot_Callback (line 689)
h.YLabel            = ylabel(Yylabel, 'FontSize',14);

Error in Edit_River_Input_File>delete_spawning_time_Callback (line 1021)
pushbutton_plot_Callback(hObject, eventdata, handles)

Error in gui_mainfcn (line 95)
        feval(varargin{:});

Error in Edit_River_Input_File (line 39)
    gui_mainfcn(gui_State, varargin{:});

Error in
matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)Edit_River_Input_File('delete_spawning_time_Callback',hObject,eventdata,guidata(hObject)) 
Error while evaluating UIControl Callback