There should be a `return` after this line: https://github.com/LLNL/axom/blob/db9d01d6eef190bccb23cf4e609f2d7b729973b3/src/axom/primal/geometry/BoundingBox.hpp#L411 Otherwise [L416](https://github.com/LLNL/axom/blob/db9d01d6eef190bccb23cf4e609f2d7b729973b3/src/axom/primal/geometry/BoundingBox.hpp#L416) sets `m_min` and `m_max` to an invalid address.
There should be a
returnafter this line:https://github.com/LLNL/axom/blob/db9d01d6eef190bccb23cf4e609f2d7b729973b3/src/axom/primal/geometry/BoundingBox.hpp#L411
Otherwise L416 sets
m_minandm_maxto an invalid address.