mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Renaming the data attribute.
This commit is contained in:
parent
45dd3ecc06
commit
e696374a91
2 changed files with 13 additions and 13 deletions
|
|
@ -62,7 +62,7 @@ struct IdData {
|
|||
void set_value(int y, int x, const Particle& p, int level);
|
||||
|
||||
// Members
|
||||
xt::xtensor<int32_t, 3> data;
|
||||
xt::xtensor<int32_t, 3> data_;
|
||||
};
|
||||
|
||||
struct PropertyData {
|
||||
|
|
@ -73,7 +73,7 @@ struct PropertyData {
|
|||
void set_value(int y, int x, const Particle& p, int level);
|
||||
|
||||
// Members
|
||||
xt::xtensor<double, 3> data;
|
||||
xt::xtensor<double, 3> data_;
|
||||
};
|
||||
|
||||
enum class PlotType {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue