BUG: checkMesh: reduce maximum size of face

This commit is contained in:
mattijs
2012-08-20 15:18:55 +01:00
parent d316b94de3
commit bc976819b4

View File

@ -341,8 +341,9 @@ bool Foam::checkCoupledPoints
}
return true;
}
}
reduce(maxSize, maxOp<label>());
}
label nErrorFaces = 0;