Formatting updates

This commit is contained in:
Patrick Shriwise 2022-04-05 08:55:41 -05:00
parent 4699732faa
commit b9520580de
2 changed files with 2 additions and 3 deletions

View file

@ -19,7 +19,6 @@ extern vector<unique_ptr<Universe>> universes;
} // namespace model
//==============================================================================
//! A geometry primitive that fills all space and contains cells.
//==============================================================================
@ -76,4 +75,4 @@ private:
};
} // namespace openmc
#endif // OPENMC_UNIVERSE_H
#endif // OPENMC_UNIVERSE_H

View file

@ -218,4 +218,4 @@ const vector<int32_t>& UniversePartitioner::get_cells(
}
}
}
} // namespace openmc