Renaming the data attribute.

This commit is contained in:
Patrick Shriwise 2019-03-17 19:26:08 -05:00
parent 45dd3ecc06
commit e696374a91
2 changed files with 13 additions and 13 deletions

View file

@ -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 {