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
9f9c8fdf
Commit
9f9c8fdf
authored
Sep 17, 2018
by
Houtan Bastani
Browse files
fix typo
parent
85dbb649
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/DynamicModel.cc
View file @
9f9c8fdf
...
...
@@ -3807,7 +3807,7 @@ DynamicModel::fillTrendComponentModelTable() const
if
(
lhs_set
.
size
()
!=
1
||
!
lhs_tmp_set
.
empty
())
{
cerr
<<
"ERROR: in Equation "
<<
eqtag
<<
". A trend component model
may only have one endogenous variable on the LHS. "
<<
endl
;
<<
". A trend component model may only have one endogenous variable on the LHS. "
<<
endl
;
exit
(
EXIT_FAILURE
);
}
...
...
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