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
Dóra Kocsis
dynare
Commits
f48eb94f
Commit
f48eb94f
authored
Jun 10, 2010
by
Sébastien Villemot
Browse files
Preprocessor: remove spurious compiler warning
parent
f1f45502
Changes
1
Hide whitespace changes
Inline
Side-by-side
preprocessor/SigmaeInitialization.cc
View file @
f48eb94f
/*
* Copyright (C) 2003-200
8
Dynare Team
* Copyright (C) 2003-20
1
0 Dynare Team
*
* This file is part of Dynare.
*
...
...
@@ -85,7 +85,7 @@ SigmaeStatement::writeOutput(ostream &output, const string &basename) const
ic1
=
ir
;
ir1
=
ic
;
}
else
if
(
ic
<=
ir
&&
matrix_form
==
eLower
)
else
//
ic <= ir && matrix_form == eLower
{
ic1
=
ic
;
ir1
=
ir
;
...
...
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