Skip to content
Snippets Groups Projects
Commit fe861fee authored by MichelJuillard's avatar MichelJuillard
Browse files

fixed bug introduced in commit 1bd2a1b1

parent 9a7aac65
No related branches found
No related tags found
No related merge requests found
......@@ -81,6 +81,10 @@ res = zeros(periods*ny,1);
o_periods = periods;
if endogenous_terminal_period
ZERO = zeros(length(i_upd),1);
end
h1 = clock ;
iA = zeros(periods*M.NNZDerivatives(1),3);
for iter = 1:options.simul.maxit
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment