BUG: polyMeshCheck: use built-in face areas

This commit is contained in:
mattijs
2013-09-20 17:28:07 +01:00
parent 2989a25d44
commit 988bcdbd5f

View File

@ -842,7 +842,7 @@ bool Foam::polyMesh::checkMeshMotion
// Check face areas // Check face areas
bool areaError = checkFaceAreas bool areaError = checkFaceAreas
( (
faceAreas(), fAreas,
report, // report report, // report
detailedReport, // detailedReport, detailedReport, // detailedReport,
NULL // setPtr NULL // setPtr