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
e9f9aa21
Commit
e9f9aa21
authored
Mar 22, 2016
by
Stéphane Adjemian
Browse files
Options
Downloads
Patches
Plain Diff
Allow irf_shocks in DSGE-VAR models.
parent
a509fa7b
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
ComputingTasks.cc
+0
-7
0 additions, 7 deletions
ComputingTasks.cc
with
0 additions
and
7 deletions
ComputingTasks.cc
+
0
−
7
View file @
e9f9aa21
...
...
@@ -559,13 +559,6 @@ EstimationStatement::checkPass(ModFileStructure &mod_file_struct, WarningConsoli
it
=
options_list
.
num_options
.
find
(
"dsge_var"
);
if
(
it
!=
options_list
.
num_options
.
end
())
// Ensure that irf_shocks & dsge_var have not both been passed
if
(
options_list
.
symbol_list_options
.
find
(
"irf_shocks"
)
!=
options_list
.
symbol_list_options
.
end
())
{
cerr
<<
"The irf_shocks and dsge_var options may not both be passed to estimation."
<<
endl
;
exit
(
EXIT_FAILURE
);
}
else
// Fill in mod_file_struct.dsge_var_calibrated
mod_file_struct
.
dsge_var_calibrated
=
it
->
second
;
...
...
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