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
preprocessor
Commits
1ae72992
Commit
1ae72992
authored
Aug 27, 2018
by
Houtan Bastani
Browse files
fix bug when var_expectation_model uses trend_component_model as auxiliary model
parent
d5d6e8be
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ModFile.cc
View file @
1ae72992
...
...
@@ -524,7 +524,7 @@ ModFile::transformPass(bool nostrict, bool stochastic, bool compute_xrefs, const
}
else
if
(
trend_component_model_table
.
isExistingTrendComponentModelName
(
vems
->
aux_model_name
))
{
max_lag
=
trend_component_model_table
.
getMaxLag
(
vems
->
aux_model_name
);
max_lag
=
trend_component_model_table
.
getMaxLag
(
vems
->
aux_model_name
)
+
1
;
lhs
=
trend_component_model_table
.
getLhs
(
vems
->
aux_model_name
);
}
else
...
...
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