mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: drop face::area() and triFace::area() - less useful than expected
This commit is contained in:
@ -147,7 +147,7 @@ int main(int argc, char *argv[])
|
||||
|
||||
forAll(surf, faceI)
|
||||
{
|
||||
const scalar fArea(Foam::mag(surf[faceI].area(surf.points())));
|
||||
const scalar fArea(surf[faceI].mag(surf.points()));
|
||||
areaTotal += fArea;
|
||||
|
||||
if (writeAreas)
|
||||
|
||||
Reference in New Issue
Block a user