mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Fix no serialization of periodic_surface_id bug (#3421)
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
parent
e14bb884eb
commit
dadc4fe418
4 changed files with 70 additions and 0 deletions
|
|
@ -111,6 +111,10 @@ public:
|
|||
|
||||
std::string type() const override { return "periodic"; }
|
||||
|
||||
int i_surf() const { return i_surf_; }
|
||||
|
||||
int j_surf() const { return j_surf_; }
|
||||
|
||||
protected:
|
||||
int i_surf_;
|
||||
int j_surf_;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue