Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dóra Kocsis
dynare
Commits
168f5589
Commit
168f5589
authored
Oct 29, 2011
by
Sébastien Villemot
Browse files
Fix compilation error in preprocessor
Error introduced in
ca103726
parent
d6ce82cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
preprocessor/DynamicModel.cc
View file @
168f5589
...
...
@@ -2612,7 +2612,6 @@ DynamicModel::writeOutput(ostream &output, const string &basename, bool block_de
//map<pair<int,int>, int>::const_iterator row_state_var_incidence_it = row_state_var_incidence.begin();
vector
<
int
>
i_nz_state_var
(
n
);
unsigned
int
lp
=
symbol_table
.
observedVariablesNbr
();
for
(
int
i
=
0
;
i
<
n_obs
;
i
++
)
i_nz_state_var
[
i
]
=
n
;
unsigned
int
lp
=
n_obs
;
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment