Preprocessor: fix for static model with block+bytecode option and model local variables

git-svn-id: https://www.dynare.org/svn/dynare/trunk@2958 ac1d8469-bf42-47a9-8791-bf33cf982152
issue#70
sebastien 2009-09-23 12:31:00 +00:00
parent 9e73eec31b
commit 7d019ca173
1 changed files with 3 additions and 0 deletions

View File

@ -968,6 +968,9 @@ StaticDllModel::computeStatJacobianCols()
case eParameter:
// We don't assign a static jacobian column to parameters
break;
case eModelLocalVariable:
// We don't assign a static jacobian column to model local variables
break;
default:
// Shut up GCC
cerr << "StaticDllModel::computeStatJacobianCols: impossible case" << endl;