From 61b4f30dd4f1ce0bd44e339b59a7cfe31fef057f Mon Sep 17 00:00:00 2001 From: RemDelaporteMathurin Date: Fri, 7 Oct 2022 10:59:35 +0000 Subject: [PATCH] declaring centre_ in C file --- include/openmc/mesh.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/openmc/mesh.h b/include/openmc/mesh.h index eece0f1ff..e6f5ce98b 100644 --- a/include/openmc/mesh.h +++ b/include/openmc/mesh.h @@ -359,6 +359,8 @@ public: void to_hdf5(hid_t group) const override; array, 3> grid_; + array centre_; + int set_grid(); @@ -413,6 +415,7 @@ public: void to_hdf5(hid_t group) const override; array, 3> grid_; + array centre_; int set_grid();