mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: polyMeshCheck: use built-in face areas
This commit is contained in:
@ -842,7 +842,7 @@ bool Foam::polyMesh::checkMeshMotion
|
||||
// Check face areas
|
||||
bool areaError = checkFaceAreas
|
||||
(
|
||||
faceAreas(),
|
||||
fAreas,
|
||||
report, // report
|
||||
detailedReport, // detailedReport,
|
||||
NULL // setPtr
|
||||
|
||||
Reference in New Issue
Block a user