<<"not used in model block, removed by nostrict command-line option"<<endl;
else
{
warnings<<symbol_table.getName(*it);
if(++it!=unusedExo.end())
warnings<<", ";
cerr<<"ERROR: "<<unused_exos.str()<<"not used in model block. To bypass this error, use the `nostrict` option. This may lead to crashes or unexpected behavior."<<endl;
exit(EXIT_FAILURE);
}
warnings<<") are declared but not used in the model. This may lead to crashes or unexpected behaviour."<<endl;