From 72114421091bc7cae039f06949e2474f3b32f615 Mon Sep 17 00:00:00 2001 From: John Tramm Date: Fri, 27 Jun 2025 08:42:25 -0500 Subject: [PATCH] Update src/random_ray/flat_source_domain.cpp Co-authored-by: Jon Shimwell --- src/random_ray/flat_source_domain.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/random_ray/flat_source_domain.cpp b/src/random_ray/flat_source_domain.cpp index 59b6b933f1..884745a4d6 100644 --- a/src/random_ray/flat_source_domain.cpp +++ b/src/random_ray/flat_source_domain.cpp @@ -1094,9 +1094,9 @@ void FlatSourceDomain::convert_external_sources() SourceRegionKey key {sr, mesh_bin}; 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. This is not currently supported in the random ray " - "solver."); + fatal_error( + "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; } else {