preprocessor: change error to warning because we don’t end processing in this situation; fix error message

issue#70
Houtan Bastani 2017-02-09 16:21:18 +01:00
parent 5e1d20c8d9
commit d6e801cac8
1 changed files with 1 additions and 1 deletions

View File

@ -1058,7 +1058,7 @@ ObservationTrendsStatement::writeOutput(ostream &output, const string &basename,
output << "';" << endl;
}
else
cout << "Error : Non-variable symbol used in TREND_COEFF: " << it->first << endl;
cerr << "Warning : Non-variable symbol used in observation_trends: " << it->first << endl;
}
}