Skip to content
Snippets Groups Projects
Verified Commit 5ab724d3 authored by MichelJuillard's avatar MichelJuillard Committed by Stéphane Adjemian
Browse files

Following a change in the calling sequence. Fixes #1789

parent 77612e6b
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ ep = options.ep;
if init% Compute first order solution (Perturbation)...
endo_simul = simult_(M,options,initial_conditions,oo.dr,exo_simul(2:end,:),1);
else
if nargin==20 && ~isempty(initialguess)
if nargin==19 && ~isempty(initialguess)
% Note that the first column of initialguess should be equal to initial_conditions.
endo_simul = initialguess;
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment