Skip to content

Commit 7211442

Browse files
Update src/random_ray/flat_source_domain.cpp
Co-authored-by: Jon Shimwell <jon@proximafusion.com>
1 parent b7c6bd4 commit 7211442

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/random_ray/flat_source_domain.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1094,9 +1094,9 @@ void FlatSourceDomain::convert_external_sources()
10941094
SourceRegionKey key {sr, mesh_bin};
10951095
auto it = point_source_map_.find(key);
10961096
if (it != point_source_map_.end()) {
1097-
fatal_error("Multiple point sources detected in the same subdivided "
1098-
"source region. This is not currently supported in the random ray "
1099-
"solver.");
1097+
fatal_error(
1098+
"Multiple point sources detected in the same subdivided source region."
1099+
"This is not currently supported in the random ray solver.");
11001100
}
11011101
point_source_map_[key] = es;
11021102
} else {

0 commit comments

Comments
 (0)