Addressing some comments from @promano in the PR.

This commit is contained in:
Patrick Shriwise 2019-03-18 09:48:21 -05:00
parent 44654e7759
commit 2b1d2917f7
3 changed files with 17 additions and 17 deletions

View file

@ -53,8 +53,7 @@ struct RGBColor {
typedef xt::xtensor<RGBColor, 2> ImageData;
struct IdData
{
struct IdData {
// Constructor
IdData(int h_res, int v_res);
@ -65,8 +64,7 @@ struct IdData
xt::xtensor<int32_t, 3> data_; //!< 2D array of cell & material ids
};
struct PropertyData
{
struct PropertyData {
// Constructor
PropertyData(int h_res, int v_res);