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
42487be4
Commit
42487be4
authored
Mar 17, 2014
by
Sébastien Villemot
Browse files
Change fields in options_ for {irf,moment}_calibration.
Ref #267
parent
7a3ff5b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Shocks.cc
View file @
42487be4
...
...
@@ -396,7 +396,7 @@ MomentCalibration::MomentCalibration(const constraints_t &constraints_arg,
void
MomentCalibration
::
writeOutput
(
ostream
&
output
,
const
string
&
basename
)
const
{
output
<<
"options_.
moment_calibration
= {"
<<
endl
;
output
<<
"options_.
endogenous_prior_restrictions.moment
= {"
<<
endl
;
for
(
size_t
i
=
0
;
i
<
constraints
.
size
();
i
++
)
{
const
Constraint
&
c
=
constraints
[
i
];
...
...
@@ -418,7 +418,7 @@ IrfCalibration::IrfCalibration(const constraints_t &constraints_arg,
void
IrfCalibration
::
writeOutput
(
ostream
&
output
,
const
string
&
basename
)
const
{
output
<<
"options_.
irf_calibration
= {"
<<
endl
;
output
<<
"options_.
endogenous_prior_restrictions.irf
= {"
<<
endl
;
for
(
size_t
i
=
0
;
i
<
constraints
.
size
();
i
++
)
{
const
Constraint
&
c
=
constraints
[
i
];
...
...
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