Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Johannes Pfeifer
dynare
Commits
12ef7531
Unverified
Commit
12ef7531
authored
Dec 07, 2020
by
Stéphane Adjemian
Committed by
Sébastien Villemot
Dec 09, 2020
Browse files
Apply
d8ddd9ef
to deterministic exogenous variables.
(cherry picked from commit
eceba8d6
)
parent
ffa828a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/perfect-foresight-models/make_ex_.m
View file @
12ef7531
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment