Removing virtual on Cell::to_hdf5.

This commit is contained in:
Patrick Shriwise 2021-06-25 07:21:33 -05:00
parent fbcaf5acd8
commit 5e4aef6cb0

View file

@ -121,7 +121,7 @@ public:
//! Write all information needed to reconstruct the cell to an HDF5 group.
//! \param group_id An HDF5 group id.
virtual void to_hdf5(hid_t group_id) const;
void to_hdf5(hid_t group_id) const;
virtual void to_hdf5_inner(hid_t group_id) const = 0;