From b7cacb6c1071ce13ab0badc8ef45a96658869db7 Mon Sep 17 00:00:00 2001 From: Hrvoje Jasak Date: Sun, 25 Oct 2015 16:49:35 +0000 Subject: [PATCH] Clean-up --- .../lduMatrix/lduMatrix/extendedLduMatrix/extendedLduMatrix.C | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/foam/matrices/lduMatrix/lduMatrix/extendedLduMatrix/extendedLduMatrix.C b/src/foam/matrices/lduMatrix/lduMatrix/extendedLduMatrix/extendedLduMatrix.C index c2f76e2ab..a7be169e5 100644 --- a/src/foam/matrices/lduMatrix/lduMatrix/extendedLduMatrix/extendedLduMatrix.C +++ b/src/foam/matrices/lduMatrix/lduMatrix/extendedLduMatrix/extendedLduMatrix.C @@ -57,8 +57,8 @@ Foam::extendedLduMatrix::extendedLduMatrix { if (debug) { - Info<< "extendedLduMatrix(lduMatrix&, label, polyMesh&) :" - "Constructing extendedLduMatrix." + InfoIn("extendedLduMatrix(lduMatrix&, label, polyMesh&)") + << "Constructing extendedLduMatrix." << endl; }