Preprocessor: remove spurious compiler warning

issue#70
Sébastien Villemot 2010-06-10 17:52:37 +02:00
parent 6b0b5a8065
commit fcf1ad6ae9
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2003-2008 Dynare Team
* Copyright (C) 2003-2010 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;