Removed Info messages
This commit is contained in:
parent
cb626ee77b
commit
29d577235f
1 changed files with 1 additions and 4 deletions
|
@ -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() :"
|
||||
|
|
Reference in a new issue