mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Update error message wording to indicate temporary limitation
Co-authored-by: jtramm <1009059+jtramm@users.noreply.github.com>
This commit is contained in:
parent
7c966c31e3
commit
b7c6bd4fc7
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue