[Core][Geometry] The BoundingBox
method in geometry uses TPointType
, instead of Point
, forcing to use Node
in most geometries
#12991
Labels
Kratos/kratos/geometries/geometry.h
Line 1505 in 7da0f26
The
BoundingBox
method in geometry usesTPointType
, instead ofPoint
, forcing to useNode
in most geometries, I would replace it using thePoint
for sake of generality (also nodes are much heavier thanPoint
s)FYI @KratosMultiphysics/technical-committee
The text was updated successfully, but these errors were encountered: