issue#70
Sébastien Villemot 2020-11-25 18:08:49 +01:00
parent 9292b0692e
commit c697a63119
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 1 additions and 1 deletions

View File

@ -482,7 +482,7 @@ VarRestrictionsStatement::writeOutput(ostream &output, const string &basename, b
if (itvs == var_map.end())
{
cerr << "ERROR: you are imposing restrictions on a VAR named " << var_model_name
<< " but this VAR has not been declared via thevar_model statement." << endl;
<< " but this VAR has not been declared via the var_model statement." << endl;
exit(EXIT_FAILURE);
}
vector<string> vars = itvs->second;