Skip to content

Commit b7c6bd4

Browse files
Copilotjtramm
andcommitted
Update error message wording to indicate temporary limitation
Co-authored-by: jtramm <1009059+jtramm@users.noreply.github.com>
1 parent 7c966c3 commit b7c6bd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/random_ray/flat_source_domain.cpp

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

0 commit comments

Comments
 (0)