BUG: skewCoeff not reduces across processors

This commit is contained in:
Henrik Rusche 2013-07-11 12:37:47 +02:00
parent 0cd1ffc04d
commit 78d73c3278

View file

@ -147,7 +147,7 @@ void Foam::skewCorrectionVectors::makeSkewCorrectionVectors() const
<< "skew coefficient = " << skewCoeff << endl;
}
//skewCoeff = 0.0;
reduce(skewCoeff, maxOp<scalar>());
if (skewCoeff < 1e-5)
{