mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Restoring initial universe bounding box.
This commit is contained in:
parent
81bf0a67da
commit
c1d8f06ac1
1 changed files with 1 additions and 1 deletions
|
|
@ -207,7 +207,7 @@ Universe::to_hdf5(hid_t universes_group) const
|
|||
}
|
||||
|
||||
BoundingBox Universe::bounding_box() const {
|
||||
BoundingBox bbox;
|
||||
BoundingBox bbox = {INFTY, -INFTY, INFTY, -INFTY, INFTY, -INFTY};
|
||||
if (cells_.size() == 0) {
|
||||
return {};
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue