Skip to content

Commit 4fec330

Browse files
author
skywalker_cn
committed
Format the code
1 parent 5d3bc29 commit 4fec330

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

include/openmc/universe.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ extern vector<unique_ptr<Universe>> universes;
2727

2828
class Universe {
2929
public:
30-
int32_t id_; //!< Unique ID
31-
vector<int32_t> cells_; //!< Cells within this universe
30+
int32_t id_; //!< Unique ID
31+
vector<int32_t> cells_; //!< Cells within this universe
3232
int filled_with_triso_base_ = -1; //!< ID of cell filled with virtual lattice
33-
int32_t n_instances_; //!< Number of instances of this universe
33+
int32_t n_instances_; //!< Number of instances of this universe
3434

3535
//! \brief Write universe information to an HDF5 group.
3636
//! \param group_id An HDF5 group id.

0 commit comments

Comments
 (0)