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
FerhatMihoubi
dynare
Commits
81e92137
Commit
81e92137
authored
May 27, 2013
by
Sébastien Villemot
Browse files
Revert "Reset oo_.{exo_}steady_state to zero before endval"
This reverts commit
6cba6091
.
parent
4f280d51
Changes
1
Hide whitespace changes
Inline
Side-by-side
preprocessor/NumericalInitialization.cc
View file @
81e92137
/*
* Copyright (C) 2003-201
3
Dynare Team
* Copyright (C) 2003-201
2
Dynare Team
*
* This file is part of Dynare.
*
...
...
@@ -165,9 +165,7 @@ EndValStatement::writeOutput(ostream &output, const string &basename) const
<<
"%"
<<
endl
;
// Writing endval block to set terminal values for variables
output
<<
"ys0_= oo_.steady_state;"
<<
endl
<<
"ex0_ = oo_.exo_steady_state;"
<<
endl
<<
"oo_.steady_state = zeros(size(ys0_));"
<<
endl
<<
"oo_.exo_steady_state = zeros(size(ex0_));"
<<
endl
;
<<
"ex0_ = oo_.exo_steady_state;"
<<
endl
;
writeInitValues
(
output
);
}
...
...
Write
Preview
Markdown
is supported
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