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

time-shift
Houtan Bastani 2017-02-09 16:21:18 +01:00
parent edd2e98086
commit 7ced4b5580
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;
}
}