Updating types so write_attributes can be used uniformly.

This commit is contained in:
Patrick Shriwise 2018-10-30 22:02:53 -05:00
parent bbe18ef191
commit e7ff427b64
2 changed files with 8 additions and 8 deletions

View file

@ -89,7 +89,7 @@ public:
Position origin_; //!< Plot origin in geometry
Position width_; //!< Plot width in geometry
PlotBasis basis_; //!< Plot basis (XY/XZ/YZ)
int pixels_[3]; //!< Plot size in pixels
std::array<int, 3> pixels_; //!< Plot size in pixels
int meshlines_width_; //!< Width of lines added to the plot
int level_; //!< Plot universe level
int index_meshlines_mesh_; //!< Index of the mesh to draw on the plot