mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
Removing virtual on Cell::to_hdf5.
This commit is contained in:
parent
fbcaf5acd8
commit
5e4aef6cb0
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue