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

update call to stoch_simul for 4.6

parent bdf42640
Branches
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ function gui_stoch_simulation(tabId)
% SPECIAL REQUIREMENTS
% none
% Copyright (C) 2003-2019 Dynare Team
% Copyright (C) 2003-2020 Dynare Team
%
% This file is part of Dynare.
%
......@@ -239,7 +239,7 @@ uicontrol( ...
gui_tools.project_log_entry('Running stochastic simulation','...');
[jObj, guiObj] = gui_tools.create_animated_screen('Running stochastic simulation, please wait...', tabId);
handles.pushbuttonResults.Enable = 'off';
info = stoch_simul(model_settings.varlist_.stoch_simul);
[info, oo_, options_] = stoch_simul(M_, options_, oo_, model_settings.varlist_.stoch_simul);
if info(1)
throw(['dynare error number ' info(1)]);
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment