Skip to content
Snippets Groups Projects
Commit 5badd343 authored by Marco Ratto's avatar Marco Ratto
Browse files

bug fix with definition of steady state of plotted var when realtime is not zero

parent b0e7c47a
Branches
Tags
No related merge requests found
......@@ -120,6 +120,7 @@ elseif q2a.plot ~= 2
end
% end initialize names
steady_state=steady_state(i_var);
if realtime_==0
% usual shock decomp
......@@ -143,7 +144,6 @@ if isstruct(aux)
aux.yss=steady_state_aux;
end
end
steady_state=steady_state(i_var);
% endo_names = M_.endo_names(i_var,:);
% endo_names_tex = M_.endo_names_tex(i_var,:);
......@@ -330,4 +330,4 @@ elseif q2a.plot == 2
z=za;
else
z=cat(1,za,gza);
end
\ No newline at end of file
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment