From 694a9e29152e12092ffc05ecce605cfd541fbbcc Mon Sep 17 00:00:00 2001
From: mattijs <mattijs>
Date: Wed, 23 Nov 2011 10:28:43 +0000
Subject: [PATCH] ENH: surfaceInterpolation: have debug in parallel

---
 .../surfaceInterpolation/surfaceInterpolation.C      | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolation/surfaceInterpolation.C b/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolation/surfaceInterpolation.C
index fe0643c1951..165b8c4d556 100644
--- a/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolation/surfaceInterpolation.C
+++ b/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolation/surfaceInterpolation.C
@@ -134,7 +134,7 @@ void Foam::surfaceInterpolation::makeWeights() const
 {
     if (debug)
     {
-        Info<< "surfaceInterpolation::makeWeights() : "
+        Pout<< "surfaceInterpolation::makeWeights() : "
             << "Constructing weighting factors for face interpolation"
             << endl;
     }
@@ -188,7 +188,7 @@ void Foam::surfaceInterpolation::makeWeights() const
 
     if (debug)
     {
-        Info<< "surfaceInterpolation::makeWeights() : "
+        Pout<< "surfaceInterpolation::makeWeights() : "
             << "Finished constructing weighting factors for face interpolation"
             << endl;
     }
@@ -199,7 +199,7 @@ void Foam::surfaceInterpolation::makeDeltaCoeffs() const
 {
     if (debug)
     {
-        Info<< "surfaceInterpolation::makeDeltaCoeffs() : "
+        Pout<< "surfaceInterpolation::makeDeltaCoeffs() : "
             << "Constructing differencing factors array for face gradient"
             << endl;
     }
@@ -244,7 +244,7 @@ void Foam::surfaceInterpolation::makeNonOrthDeltaCoeffs() const
 {
     if (debug)
     {
-        Info<< "surfaceInterpolation::makeNonOrthDeltaCoeffs() : "
+        Pout<< "surfaceInterpolation::makeNonOrthDeltaCoeffs() : "
             << "Constructing differencing factors array for face gradient"
             << endl;
     }
@@ -306,7 +306,7 @@ void Foam::surfaceInterpolation::makeNonOrthCorrectionVectors() const
 {
     if (debug)
     {
-        Info<< "surfaceInterpolation::makeNonOrthCorrectionVectors() : "
+        Pout<< "surfaceInterpolation::makeNonOrthCorrectionVectors() : "
             << "Constructing non-orthogonal correction vectors"
             << endl;
     }
@@ -377,7 +377,7 @@ void Foam::surfaceInterpolation::makeNonOrthCorrectionVectors() const
 
     if (debug)
     {
-        Info<< "surfaceInterpolation::makeNonOrthCorrectionVectors() : "
+        Pout<< "surfaceInterpolation::makeNonOrthCorrectionVectors() : "
             << "Finished constructing non-orthogonal correction vectors"
             << endl;
     }
-- 
GitLab