v4 parser: used initializer to initialize ModelTree::eq_nbr

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1138 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
michel 2007-01-05 19:56:39 +00:00
parent 00a6328877
commit 3773ad9cc3
1 changed files with 1 additions and 1 deletions

View File

@ -37,12 +37,12 @@ ModelTree::ModelTree(SymbolTable &symbol_table_arg,
const NumericalConstants &num_constants_arg) :
DataTree(symbol_table_arg),
num_constants(num_constants_arg),
eq_nbr(0),
computeJacobian(false),
computeJacobianExo(false),
computeHessian(false),
computeStaticHessian(false)
{
eq_nbr = 0;
}
void