Skip to content

Commit 875a0ec

Browse files
Copilotjtramm
andcommitted
Fix C++ formatting for multi-line string in error message
Co-authored-by: jtramm <1009059+jtramm@users.noreply.github.com>
1 parent 7211442 commit 875a0ec

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/random_ray/flat_source_domain.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1095,7 +1095,8 @@ void FlatSourceDomain::convert_external_sources()
10951095
auto it = point_source_map_.find(key);
10961096
if (it != point_source_map_.end()) {
10971097
fatal_error(
1098-
"Multiple point sources detected in the same subdivided source region."
1098+
"Multiple point sources detected in the same subdivided source "
1099+
"region."
10991100
"This is not currently supported in the random ray solver.");
11001101
}
11011102
point_source_map_[key] = es;

0 commit comments

Comments
 (0)