preprocessor: clean up commit 63180c9e59

time-shift
Houtan Bastani 2017-05-04 16:54:47 +02:00
parent 19b50c265b
commit 2e9152fed0
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)
{