mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Fix the format error
This commit is contained in:
parent
03f6b5b263
commit
21781e21c3
1 changed files with 3 additions and 3 deletions
|
|
@ -27,10 +27,10 @@ extern vector<unique_ptr<Universe>> universes;
|
|||
|
||||
class Universe {
|
||||
public:
|
||||
int32_t id_; //!< Unique ID
|
||||
vector<int32_t> cells_; //!< Cells within this universe
|
||||
int32_t id_; //!< Unique ID
|
||||
vector<int32_t> 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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue