Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
preprocessor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dynare
preprocessor
Commits
0474406e
Commit
0474406e
authored
12 years ago
by
Sébastien Villemot
Browse files
Options
Downloads
Patches
Plain Diff
Revert "Reset oo_.{exo_}steady_state to zero before endval"
This reverts commit cf146ec4e50b83bb17f6890b936d8d89e7ef6664.
parent
e8353673
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
NumericalInitialization.cc
+2
-4
2 additions, 4 deletions
NumericalInitialization.cc
with
2 additions
and
4 deletions
NumericalInitialization.cc
+
2
−
4
View file @
0474406e
/*
/*
* Copyright (C) 2003-201
3
Dynare Team
* Copyright (C) 2003-201
2
Dynare Team
*
*
* This file is part of Dynare.
* This file is part of Dynare.
*
*
...
@@ -245,9 +245,7 @@ EndValStatement::writeOutput(ostream &output, const string &basename) const
...
@@ -245,9 +245,7 @@ EndValStatement::writeOutput(ostream &output, const string &basename) const
<<
"%"
<<
endl
;
<<
"%"
<<
endl
;
// Writing endval block to set terminal values for variables
// Writing endval block to set terminal values for variables
output
<<
"ys0_= oo_.steady_state;"
<<
endl
output
<<
"ys0_= oo_.steady_state;"
<<
endl
<<
"ex0_ = oo_.exo_steady_state;"
<<
endl
<<
"ex0_ = oo_.exo_steady_state;"
<<
endl
;
<<
"oo_.steady_state = zeros(size(ys0_));"
<<
endl
<<
"oo_.exo_steady_state = zeros(size(ex0_));"
<<
endl
;
writeInitValues
(
output
);
writeInitValues
(
output
);
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment