mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Fix C++ formatting for multi-line string in error message
Co-authored-by: jtramm <1009059+jtramm@users.noreply.github.com>
This commit is contained in:
parent
7211442109
commit
875a0ec17a
1 changed files with 2 additions and 1 deletions
|
|
@ -1095,7 +1095,8 @@ void FlatSourceDomain::convert_external_sources()
|
|||
auto it = point_source_map_.find(key);
|
||||
if (it != point_source_map_.end()) {
|
||||
fatal_error(
|
||||
"Multiple point sources detected in the same subdivided source region."
|
||||
"Multiple point sources detected in the same subdivided source "
|
||||
"region."
|
||||
"This is not currently supported in the random ray solver.");
|
||||
}
|
||||
point_source_map_[key] = es;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue