mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
declaring centre_ in C file
This commit is contained in:
parent
e394637f2f
commit
61b4f30dd4
1 changed files with 3 additions and 0 deletions
|
|
@ -359,6 +359,8 @@ public:
|
|||
void to_hdf5(hid_t group) const override;
|
||||
|
||||
array<vector<double>, 3> grid_;
|
||||
array<double, 3> centre_;
|
||||
|
||||
|
||||
int set_grid();
|
||||
|
||||
|
|
@ -413,6 +415,7 @@ public:
|
|||
void to_hdf5(hid_t group) const override;
|
||||
|
||||
array<vector<double>, 3> grid_;
|
||||
array<double, 3> centre_;
|
||||
|
||||
int set_grid();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue