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

stoch_simul: fix output args

parent 9465075d
No related branches found
No related tags found
No related merge requests found
...@@ -239,7 +239,7 @@ uicontrol( ... ...@@ -239,7 +239,7 @@ uicontrol( ...
gui_tools.project_log_entry('Running stochastic simulation','...'); gui_tools.project_log_entry('Running stochastic simulation','...');
[jObj, guiObj] = gui_tools.create_animated_screen('Running stochastic simulation, please wait...', tabId); [jObj, guiObj] = gui_tools.create_animated_screen('Running stochastic simulation, please wait...', tabId);
handles.pushbuttonResults.Enable = 'off'; handles.pushbuttonResults.Enable = 'off';
[info, oo_, options_] = stoch_simul(M_, options_, oo_, model_settings.varlist_.stoch_simul); [info, oo_, options_, M_] = stoch_simul(M_, options_, oo_, model_settings.varlist_.stoch_simul);
if info(1) if info(1)
throw(['dynare error number ' info(1)]); throw(['dynare error number ' info(1)]);
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment