mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
fix typo in fmt string for a lattice error
This commit is contained in:
parent
7f7977091d
commit
e64a15d6b1
1 changed files with 1 additions and 1 deletions
|
|
@ -184,7 +184,7 @@ RectLattice::RectLattice(pugi::xml_node lat_node)
|
|||
std::vector<std::string> univ_words {split(univ_str)};
|
||||
if (univ_words.size() != nx*ny*nz) {
|
||||
fatal_error(fmt::format(
|
||||
"Expected {} universes for a rectangular lattice of size {}x{]x{} but {} "
|
||||
"Expected {} universes for a rectangular lattice of size {}x{}x{} but {} "
|
||||
"were specified.", nx*ny*nz, nx, ny, nz, univ_words.size()));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue