issue#70
Sébastien Villemot 2019-08-27 14:20:00 +02:00
parent 0df8dd3bc2
commit fbf535e819
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 1 additions and 1 deletions

View File

@ -3055,7 +3055,7 @@ SvarIdentificationStatement::writeOutput(ostream &output, const string &basename
if (col > k)
{
cerr << "ERROR: lag =" << it->lag << ", num endog vars = " << n << "current endog var index = " << it->variable << ". Index "
<< "out of bounds. If the above does not represent a logical error, please report this to the Dyanre Team." << endl;
<< "out of bounds. If the above does not represent a logical error, please report this to the Dynare Team." << endl;
exit(EXIT_FAILURE);
}
output << "options_.ms.Ri{" << it->equation << "}(" << it->restriction_nbr << ", " << col << ") = ";