From 5d2d52a8cd37d6dd4caf5559257f5b355e857cd9 Mon Sep 17 00:00:00 2001 From: John Forrest Date: Sun, 12 Nov 2023 16:11:05 +0000 Subject: [PATCH] space after - --- src/unitTestClp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unitTestClp.cpp b/src/unitTestClp.cpp index 8dfe4dfa6..0ab6d7d8a 100644 --- a/src/unitTestClp.cpp +++ b/src/unitTestClp.cpp @@ -1062,7 +1062,7 @@ int CbcClpUnitTest(const CbcModel &saveModel, const std::string &dirMiplibIn, std::cout << "cbc_clp Total nodes " << totalNodes << " and " << totalIterations << " iterations - time " << timeTaken << std::endl; std::cout << "cbc_clp Total Strong " << totalStrong << " times (" << totalStrongIts << " iterations) - fathomed " << - totalStrongFathomed << "- fixed " << totalStrongFixed << std::endl; + totalStrongFathomed << " - fixed " << totalStrongFixed << std::endl; std::cout << "cbc_clp Total Fast node fathoming " << totalFathomCount << " times (" << totalExtraNodes << " nodes, " << totalExtraIterations << " iterations)" << std::endl;