From 79c8fe61b1c375de0888382ee38268c250209b8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= Date: Tue, 18 Oct 2022 17:28:05 +0200 Subject: [PATCH] Fix typo --- src/ModelTree.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ModelTree.cc b/src/ModelTree.cc index acef5a5a..c38ab8dd 100644 --- a/src/ModelTree.cc +++ b/src/ModelTree.cc @@ -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;