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
Dynare
dynare
Commits
919e9713
Commit
919e9713
authored
Sep 28, 2017
by
Stéphane Adjemian
Browse files
Fixed typo.
parent
510eccd9
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/set_historical_values.m
View file @
919e9713
...
...
@@ -78,7 +78,7 @@ if M_.maximum_exo_lag
for
t
=
1
:
M_
.
maximum_exo_lag
for
i
=
1
:
M_
.
exo_nbr
if
available_exo_variables
(
i
)
exo_histval
(
M_
.
maximum_exo_lag
+
1
-
t
,
i
)
=
ds
{
exo_list
{
i
}}(
initialperiod
-
t
)
.
data
;
M_
.
exo_histval
(
M_
.
maximum_exo_lag
+
1
-
t
,
i
)
=
ds
{
exo_list
{
i
}}(
initialperiod
-
t
)
.
data
;
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