Skip to content
Snippets Groups Projects
Commit 12b9d6d8 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Remove more remnants from old deterministic conditional forecast syntax.

parent e2d9f247
No related branches found
No related tags found
No related merge requests found
/*
* Copyright (C) 2003-2013 Dynare Team
* Copyright (C) 2003-2014 Dynare Team
*
* This file is part of Dynare.
*
......@@ -1338,7 +1338,7 @@ void
ConditionalForecastStatement::writeOutput(ostream &output, const string &basename) const
{
options_list.writeOutput(output, "options_cond_fcst_");
output << "imcforecast(constrained_paths_, constrained_vars_, options_cond_fcst_, constrained_perfect_foresight_);" << endl;
output << "imcforecast(constrained_paths_, constrained_vars_, options_cond_fcst_);" << endl;
}
PlotConditionalForecastStatement::PlotConditionalForecastStatement(int periods_arg, const SymbolList &symbol_list_arg) :
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment