Use Info for messaging

This commit is contained in:
Hrvoje Jasak 2012-11-15 10:30:06 +00:00
parent 642a74eaf2
commit 4feb140631
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ if(runTime.timeIndex() > 1)
spacePhi += pos(spacePhi)*spacePhi*(outflowScaling - 1.0);
// Pout << "Space patch continuity: "
// Info<< "Space patch continuity: "
// << gSum(phi.boundaryField()[spacePatchID]) << endl;
// U.boundaryField()[spacePatchID] ==

View file

@ -67,7 +67,7 @@ int main(int argc, char *argv[])
interface.predictPoints();
Pout<< "\nMax surface Courant Number = "
Info<< "\nMax surface Courant Number = "
<< interface.maxCourantNumber() << endl << endl;
for (int corr=0; corr<nOuterCorr; corr++)