BUG: skewCoeff not reduces across processors
This commit is contained in:
parent
0cd1ffc04d
commit
78d73c3278
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ void Foam::skewCorrectionVectors::makeSkewCorrectionVectors() const
|
|||
<< "skew coefficient = " << skewCoeff << endl;
|
||||
}
|
||||
|
||||
//skewCoeff = 0.0;
|
||||
reduce(skewCoeff, maxOp<scalar>());
|
||||
|
||||
if (skewCoeff < 1e-5)
|
||||
{
|
||||
|
|
Reference in a new issue