Skip to content
Snippets Groups Projects
Verified Commit 08eb8334 authored by Houtan Bastani's avatar Houtan Bastani
Browse files

remove message box saying everything is ok

parent d25d3f84
No related branches found
No related tags found
No related merge requests found
...@@ -334,7 +334,6 @@ handles.pushbuttonCommandDefinition = uicontrol( ... ...@@ -334,7 +334,6 @@ handles.pushbuttonCommandDefinition = uicontrol( ...
info = stoch_simul(var_list_); info = stoch_simul(var_list_);
jObj.stop; jObj.stop;
jObj.setBusyText('All done!'); jObj.setBusyText('All done!');
uiwait(msgbox('Stochastic simulation executed successfully!', 'DynareGUI','modal'));
%enable menu options %enable menu options
gui_tools.menu_options('output','On'); gui_tools.menu_options('output','On');
set(handles.pushbuttonResults, 'Enable', 'on'); set(handles.pushbuttonResults, 'Enable', 'on');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment