mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Update src/distribution.cpp
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
parent
3fde9412f4
commit
1c47fb2059
1 changed files with 1 additions and 1 deletions
|
|
@ -325,7 +325,7 @@ double Mixture::sample(uint64_t* seed) const
|
|||
// This should not happen. Catch it
|
||||
Ensures(it != distribution_.cend());
|
||||
|
||||
// Sample the choosen distribution
|
||||
// Sample the chosen distribution
|
||||
return it->second->sample(seed);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue