Skip to content
Snippets Groups Projects
Verified Commit 12ef7531 authored by Stéphane Adjemian's avatar Stéphane Adjemian Committed by Sébastien Villemot
Browse files

Apply d8ddd9ef to deterministic exogenous variables.

(cherry picked from commit eceba8d6)
parent ffa828a6
Branches
Tags
No related merge requests found
......@@ -96,7 +96,7 @@ if isfield(M_, 'det_shocks')
if ~M_.det_shocks(i).multiplicative
oo_.exo_det_simul(k,ivar) = v;
else
oo_.exo_det_simul(k,ivar) = oo_.exo_det_simul(k,ivar) * v;
oo_.exo_det_simul(k,ivar) = oo_.exo_det_simul(k,ivar) .* v;
end
end
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment