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
7c09ae7f
Commit
7c09ae7f
authored
8 years ago
by
Houtan Bastani
Browse files
Options
Downloads
Patches
Plain Diff
preprocessor: remove unused filed histval_present from mod_file_struct
parent
f9a803f4
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
NumericalInitialization.cc
+1
-3
1 addition, 3 deletions
NumericalInitialization.cc
Statement.cc
+1
-2
1 addition, 2 deletions
Statement.cc
Statement.hh
+1
-4
1 addition, 4 deletions
Statement.hh
with
3 additions
and
9 deletions
NumericalInitialization.cc
+
1
−
3
View file @
7c09ae7f
/*
/*
* Copyright (C) 2003-201
6
Dynare Team
* Copyright (C) 2003-201
7
Dynare Team
*
*
* This file is part of Dynare.
* This file is part of Dynare.
*
*
...
@@ -279,8 +279,6 @@ HistValStatement::HistValStatement(const hist_values_t &hist_values_arg,
...
@@ -279,8 +279,6 @@ HistValStatement::HistValStatement(const hist_values_t &hist_values_arg,
void
void
HistValStatement
::
checkPass
(
ModFileStructure
&
mod_file_struct
,
WarningConsolidation
&
warnings
)
HistValStatement
::
checkPass
(
ModFileStructure
&
mod_file_struct
,
WarningConsolidation
&
warnings
)
{
{
mod_file_struct
.
histval_present
=
true
;
if
(
all_values_required
)
if
(
all_values_required
)
{
{
set
<
int
>
unused_endo
=
symbol_table
.
getEndogenous
();
set
<
int
>
unused_endo
=
symbol_table
.
getEndogenous
();
...
...
This diff is collapsed.
Click to expand it.
Statement.cc
+
1
−
2
View file @
7c09ae7f
/*
/*
* Copyright (C) 2006-201
5
Dynare Team
* Copyright (C) 2006-201
7
Dynare Team
*
*
* This file is part of Dynare.
* This file is part of Dynare.
*
*
...
@@ -40,7 +40,6 @@ ModFileStructure::ModFileStructure() :
...
@@ -40,7 +40,6 @@ ModFileStructure::ModFileStructure() :
identification_present
(
false
),
identification_present
(
false
),
estimation_analytic_derivation
(
false
),
estimation_analytic_derivation
(
false
),
partial_information
(
false
),
partial_information
(
false
),
histval_present
(
false
),
k_order_solver
(
false
),
k_order_solver
(
false
),
calibrated_measurement_errors
(
false
),
calibrated_measurement_errors
(
false
),
dsge_prior_weight_in_estimated_params
(
false
),
dsge_prior_weight_in_estimated_params
(
false
),
...
...
This diff is collapsed.
Click to expand it.
Statement.hh
+
1
−
4
View file @
7c09ae7f
/*
/*
* Copyright (C) 2006-201
5
Dynare Team
* Copyright (C) 2006-201
7
Dynare Team
*
*
* This file is part of Dynare.
* This file is part of Dynare.
*
*
...
@@ -72,9 +72,6 @@ public:
...
@@ -72,9 +72,6 @@ public:
bool
estimation_analytic_derivation
;
bool
estimation_analytic_derivation
;
//! Whether the option partial_information is given to stoch_simul/estimation/osr/ramsey_policy
//! Whether the option partial_information is given to stoch_simul/estimation/osr/ramsey_policy
bool
partial_information
;
bool
partial_information
;
//! Whether a histval bloc is present
/*! Used for the workaround for trac ticket #157 */
bool
histval_present
;
//! Whether the "k_order_solver" option is used (explictly, or implicitly if order >= 3)
//! Whether the "k_order_solver" option is used (explictly, or implicitly if order >= 3)
bool
k_order_solver
;
bool
k_order_solver
;
//! Whether there is a calibrated measurement error
//! Whether there is a calibrated measurement error
...
...
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