master
Sébastien Villemot 2022-10-18 17:28:05 +02:00
parent a31ef6069c
commit 79c8fe61b1
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ ModelTree::computeNormalization(const jacob_map_t &contemporaneous_jacobian, boo
it != mate_map.begin() + n)
{
if (verbose)
cerr << "Could not normalize the " << modelClassName() << " . Variable "
cerr << "Could not normalize the " << modelClassName() << ". Variable "
<< symbol_table.getName(symbol_table.getID(SymbolType::endogenous, it - mate_map.begin()))
<< " is not in the maximum cardinality matching." << endl;
check = false;