array<double, 3> for origin CylindricalMesh

This commit is contained in:
RemDelaporteMathurin 2022-10-11 15:36:58 +00:00
parent 15f45bcd1d
commit 27e3bb427a

View file

@ -415,7 +415,7 @@ public:
void to_hdf5(hid_t group) const override;
array<vector<double>, 3> grid_;
vector<double> centre_;
array<double, 3> centre_;
int set_grid();