v4 parser: set model_tree.computeJacobianExo = true for OSR

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@907 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
michel 2006-09-10 08:14:04 +00:00
parent 10ed87768f
commit 5905166713
1 changed files with 1 additions and 0 deletions

View File

@ -575,6 +575,7 @@ void dynare::parser::run_osr(void)
tmp_symbol_table.set("var_list_");
string tmp = tmp_symbol_table.get();
computing_tasks.runOsr(tmp);
model_tree.computeJacobianExo = true;
}
void dynare::parser::set_olr_inst(void)
{