v4 parser ModelTree.cc: removed redundant matlab code output

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@981 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
sebastien 2006-10-13 11:23:16 +00:00
parent 3af7bb7b84
commit 8cb9a7a1e2
1 changed files with 0 additions and 11 deletions

View File

@ -1462,17 +1462,6 @@ void ModelTree::ModelInitialization(void)
output << "M_.exo_names_orig_ord = [1:" << ModelParameters::exo_nbr << "];\n";
output << "M_.maximum_lag = " << ModelParameters::max_lag << ";\n";
output << "M_.maximum_lead = " << ModelParameters::max_lead<< ";\n";
if (ModelParameters::exo_nbr > 0)
{
}
if (ModelParameters::exo_nbr > 0)
{
}
if (ModelParameters::exo_nbr > 0)
{
output << "M_.maximum_exo_lag = " << ModelParameters::max_exo_lag << ";\n";
output << "M_.maximum_exo_lead = " << ModelParameters::max_exo_lead<< ";\n";
}
if (ModelParameters::endo_nbr)
{
output << "M_.maximum_endo_lag = " << ModelParameters::max_endo_lag << ";\n";