mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Renaming ID data structure.
This commit is contained in:
parent
bb862009ee
commit
263f70642c
2 changed files with 2 additions and 2 deletions
|
|
@ -52,7 +52,7 @@ struct RGBColor {
|
|||
};
|
||||
|
||||
typedef xt::xtensor<RGBColor, 2> ImageData;
|
||||
typedef xt::xtensor<int32_t, 3> IDData;
|
||||
typedef xt::xtensor<int32_t, 3> IdData;
|
||||
|
||||
enum class PlotType {
|
||||
slice = 1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue