mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
Added a space in a warning for multiplicity matrix values being 0
This commit is contained in:
parent
622fea5445
commit
6183d08c48
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ void ScattData::base_init(int order, const xt::xtensor<int, 1>& in_gmin,
|
|||
// Raise a warning to the user if we did have to do the conversion
|
||||
std::string msg =
|
||||
std::to_string(num_converted) +
|
||||
"entries in the Multiplicity Matrix were changed from 0 to 1";
|
||||
" entries in the Multiplicity Matrix were changed from 0 to 1";
|
||||
warning(msg);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue