Update error message wording to indicate temporary limitation

Co-authored-by: jtramm <1009059+jtramm@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2025-06-26 18:33:00 +00:00
parent 7c966c31e3
commit b7c6bd4fc7

View file

@ -1095,7 +1095,7 @@ 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. This is not supported in the random ray "
"source region. This is not currently supported in the random ray "
"solver.");
}
point_source_map_[key] = es;