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
|
// Check face areas
|
||||||
bool areaError = checkFaceAreas
|
bool areaError = checkFaceAreas
|
||||||
(
|
(
|
||||||
faceAreas(),
|
fAreas,
|
||||||
report, // report
|
report, // report
|
||||||
detailedReport, // detailedReport,
|
detailedReport, // detailedReport,
|
||||||
NULL // setPtr
|
NULL // setPtr
|
||||||
|
|||||||
Reference in New Issue
Block a user