mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Merge branch 'mcpl_input' of github.com:ebknudsen/openmc into mcpl_input
This commit is contained in:
commit
83b914af24
1 changed files with 1 additions and 1 deletions
|
|
@ -234,7 +234,7 @@ SourceSite IndependentSource::sample(uint64_t* seed) const
|
|||
auto id = (domain_type_ == DomainType::CELL)
|
||||
? model::cells[coord.cell]->id_
|
||||
: model::universes[coord.universe]->id_;
|
||||
if (found = contains(domain_ids_, id))
|
||||
if ((found = contains(domain_ids_, id)))
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue