Skip to content
Snippets Groups Projects
Commit 7d019ca1 authored by sebastien's avatar sebastien
Browse files

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
parent 9e73eec3
No related branches found
No related tags found
No related merge requests found
...@@ -968,6 +968,9 @@ StaticDllModel::computeStatJacobianCols() ...@@ -968,6 +968,9 @@ StaticDllModel::computeStatJacobianCols()
case eParameter: case eParameter:
// We don't assign a static jacobian column to parameters // We don't assign a static jacobian column to parameters
break; break;
case eModelLocalVariable:
// We don't assign a static jacobian column to model local variables
break;
default: default:
// Shut up GCC // Shut up GCC
cerr << "StaticDllModel::computeStatJacobianCols: impossible case" << endl; cerr << "StaticDllModel::computeStatJacobianCols: impossible case" << endl;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment