mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Updating types so write_attributes can be used uniformly.
This commit is contained in:
parent
bbe18ef191
commit
e7ff427b64
2 changed files with 8 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue