Fix no serialization of periodic_surface_id bug (#3421)

Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
GuySten 2025-06-05 03:07:59 +03:00 committed by GitHub
parent e14bb884eb
commit dadc4fe418
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 70 additions and 0 deletions

View file

@ -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_;