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
Johannes Pfeifer
dynare
Commits
3a2d7407
Commit
3a2d7407
authored
Jun 23, 2011
by
Houtan Bastani
Browse files
preprocessor: remove initialization of option to make conisistent
parent
d4d25d82
Changes
1
Hide whitespace changes
Inline
Side-by-side
preprocessor/ComputingTasks.cc
View file @
3a2d7407
...
...
@@ -1053,9 +1053,6 @@ MSSBVARVarianceDecompositionStatement::writeOutput(ostream &output, const string
IdentificationStatement
::
IdentificationStatement
(
const
OptionsList
&
options_list_arg
)
{
options_list
=
options_list_arg
;
if
(
options_list
.
num_options
.
find
(
"advanced"
)
==
options_list
.
num_options
.
end
())
options_list
.
num_options
[
"advanced"
]
=
"0"
;
if
(
options_list
.
num_options
.
find
(
"max_dim_cova_group"
)
!=
options_list
.
num_options
.
end
())
if
(
atoi
(
options_list
.
num_options
[
"max_dim_cova_group"
].
c_str
())
==
0
)
{
...
...
Write
Preview
Supports
Markdown
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