Removed Info messages

This commit is contained in:
Hrvoje Jasak 2015-08-06 09:51:36 +01:00
parent cb626ee77b
commit 29d577235f

View file

@ -241,7 +241,7 @@ void Foam::leastSquaresVectors::makeLeastSquaresVectors() const
// HJ, 21/Apr/2015
// First loop: detect cells with bad least squares vectors
Info<< "NEW LEAST SQUARES VECTORS" << endl;
// Use Gauss Gradient field: set to 1 if Gauss is needed
volScalarField useGaussGrad
(
@ -451,9 +451,6 @@ void Foam::leastSquaresVectors::makeLeastSquaresVectors() const
}
}
Info<< "sumLsq min = " << min(sumLsq) << " max = " << max(sumLsq) << endl;
Info<< "sumSf min = " << min(sumSf) << " max = " << max(sumSf) << endl;
if (debug)
{
Info<< "leastSquaresVectors::makeLeastSquaresVectors() :"