preprocessor: when there is no computing task, compute the hessian in the dynamic file

git-svn-id: https://www.dynare.org/svn/dynare/trunk@3147 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
sebastien 2009-11-12 17:01:26 +00:00
parent 7085060e82
commit ef3ee28ce8
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ ModFile::computingPass(bool no_tmp_terms)
}
}
else
dynamic_model.computingPass(true, false, false, false, global_eval_context, no_tmp_terms, false, false);
dynamic_model.computingPass(true, true, false, false, global_eval_context, no_tmp_terms, false, false);
}
for(vector<Statement *>::iterator it = statements.begin();