mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
Adding max_lower_bound_ratio internal attribute in WW constructor
This commit is contained in:
parent
aefcb4c4aa
commit
e27ba6cd1e
1 changed files with 4 additions and 1 deletions
|
|
@ -130,8 +130,11 @@ class WeightWindows(IDManagerMixin):
|
|||
'do not match')
|
||||
|
||||
self.survival_ratio = survival_ratio
|
||||
if self.max_lower_bound_ratio is not None:
|
||||
|
||||
self._max_lower_bound_ratio = None
|
||||
if max_lower_bound_ratio is not None:
|
||||
self.max_lower_bound_ratio = max_lower_bound_ratio
|
||||
|
||||
self.max_split = max_split
|
||||
self.weight_cutoff = weight_cutoff
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue