Adding a bounding box method to the universe class.

This commit is contained in:
Patrick Shriwise 2019-06-21 14:51:06 -05:00
parent 470e26c783
commit 08239a98d2
2 changed files with 22 additions and 2 deletions

View file

@ -65,6 +65,8 @@ public:
//! \param group_id An HDF5 group id.
void to_hdf5(hid_t group_id) const;
BoundingBox bounding_box() const;
std::unique_ptr<UniversePartitioner> partitioner_;
};