mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
boundingBox has mag() and span() methods - use them
This commit is contained in:
@ -220,7 +220,7 @@ Foam::label Foam::treeDataTriSurface::getVolumeType
|
||||
max
|
||||
(
|
||||
Foam::sqr(GREAT),
|
||||
Foam::magSqr(treeBb.max() - treeBb.min())
|
||||
Foam::magSqr(treeBb.span())
|
||||
)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user