diff --git a/include/openmc/universe.h b/include/openmc/universe.h index 1c9fcceabf..796f9e6508 100644 --- a/include/openmc/universe.h +++ b/include/openmc/universe.h @@ -27,10 +27,10 @@ extern vector> universes; class Universe { public: - int32_t id_; //!< Unique ID - vector cells_; //!< Cells within this universe + int32_t id_; //!< Unique ID + vector cells_; //!< Cells within this universe int filled_with_triso_base_ = -1; //!< ID of cell filled with virtual lattice - int32_t n_instances_; //!< Number of instances of this universe + int32_t n_instances_; //!< Number of instances of this universe //! \brief Write universe information to an HDF5 group. //! \param group_id An HDF5 group id.