mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Update src/random_ray/flat_source_domain.cpp
Co-authored-by: Jon Shimwell <jon@proximafusion.com>
This commit is contained in:
parent
b7c6bd4fc7
commit
7211442109
1 changed files with 3 additions and 3 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue