Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Dynare
preprocessor
Commits
7433d140
Commit
7433d140
authored
Jun 18, 2011
by
MichelJuillard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
discretionary_policy: fixing bug in preprocessor requirements
parent
989e1917
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ModFile.cc
ModFile.cc
+1
-1
No files found.
ModFile.cc
View file @
7433d140
...
...
@@ -304,7 +304,7 @@ ModFile::transformPass()
- ramsey_policy is used
- a BVAR command is used and there is no equation (standalone BVAR estimation)
*/
if
(
!
mod_file_struct
.
ramsey_policy_present
if
(
!
(
mod_file_struct
.
ramsey_policy_present
||
mod_file_struct
.
discretionary_policy_present
)
&&
!
(
mod_file_struct
.
bvar_present
&&
dynamic_model
.
equation_number
()
==
0
)
&&
(
dynamic_model
.
equation_number
()
!=
symbol_table
.
endo_nbr
()))
{
...
...
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