preprocessor: clean up commit 63180c9e5922d3f198684647051231344486c55d

issue#70
Houtan Bastani 2017-05-04 16:54:47 +02:00
parent c0f818a9e6
commit 33f659a866
1 changed files with 1 additions and 4 deletions

View File

@ -3239,10 +3239,7 @@ DynamicModel::addEquationsForVar(map<string, pair<SymbolList, int> > var_model_i
{
map<string, int>::const_iterator it1 = model_endos_and_lags.find(it->first);
if (it1 == model_endos_and_lags.end())
{
cerr << "WARNING: Variable used in var that is not used in the model: " << it->first << endl;
// exit(EXIT_FAILURE);
}
cerr << "WARNING: Variable used in VAR that is not used in the model: " << it->first << endl;
else
if (it->second < it1->second)
{