preprocessor: aesthetic fix

time-shift
Houtan Bastani 2017-02-09 16:22:00 +01:00
parent 7ced4b5580
commit fabca90345
1 changed files with 1 additions and 4 deletions

View File

@ -1044,10 +1044,7 @@ void
ObservationTrendsStatement::writeOutput(ostream &output, const string &basename, bool minimal_workspace) const
{
output << "options_.trend_coeff = {};" << endl;
trend_elements_t::const_iterator it;
for (it = trend_elements.begin(); it != trend_elements.end(); it++)
for (trend_elements_t::const_iterator it = trend_elements.begin(); it != trend_elements.end(); it++)
{
SymbolType type = symbol_table.getType(it->first);
if (type == eEndogenous)