We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d3bc29 commit 4fec330Copy full SHA for 4fec330
1 file changed
include/openmc/universe.h
@@ -27,10 +27,10 @@ extern vector<unique_ptr<Universe>> universes;
27
28
class Universe {
29
public:
30
- int32_t id_; //!< Unique ID
31
- vector<int32_t> cells_; //!< Cells within this universe
+ int32_t id_; //!< Unique ID
+ vector<int32_t> cells_; //!< Cells within this universe
32
int filled_with_triso_base_ = -1; //!< ID of cell filled with virtual lattice
33
- int32_t n_instances_; //!< Number of instances of this universe
+ int32_t n_instances_; //!< Number of instances of this universe
34
35
//! \brief Write universe information to an HDF5 group.
36
//! \param group_id An HDF5 group id.
0 commit comments