mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Addressing some comments from @promano in the PR.
This commit is contained in:
parent
44654e7759
commit
2b1d2917f7
3 changed files with 17 additions and 17 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue