mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 13:15:39 -04:00
correct type for centre_
This commit is contained in:
parent
fc5aa68d73
commit
e1dbe49bbb
1 changed files with 2 additions and 2 deletions
|
|
@ -359,7 +359,7 @@ public:
|
|||
void to_hdf5(hid_t group) const override;
|
||||
|
||||
array<vector<double>, 3> grid_;
|
||||
array<double, 3> centre_;
|
||||
vector<double> centre_;
|
||||
|
||||
|
||||
int set_grid();
|
||||
|
|
@ -415,7 +415,7 @@ public:
|
|||
void to_hdf5(hid_t group) const override;
|
||||
|
||||
array<vector<double>, 3> grid_;
|
||||
array<double, 3> centre_;
|
||||
vector<double> centre_;
|
||||
|
||||
int set_grid();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue