Renaming ID data structure.

This commit is contained in:
Patrick Shriwise 2019-03-08 10:50:11 -06:00
parent bb862009ee
commit 263f70642c
2 changed files with 2 additions and 2 deletions

View file

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