mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
correcting keyword arg for max lower bound ratio
This commit is contained in:
parent
e27ba6cd1e
commit
1e8ede8fef
1 changed files with 2 additions and 2 deletions
|
|
@ -93,14 +93,14 @@ def model():
|
|||
None,
|
||||
10.0,
|
||||
e_bnds,
|
||||
max_lb_ratio=1.0)
|
||||
max_lower_bound_ratio=1.0)
|
||||
|
||||
ww_p = openmc.WeightWindows(ww_mesh,
|
||||
ww_p_lower_bnds,
|
||||
None,
|
||||
10.0,
|
||||
e_bnds,
|
||||
max_lb_ratio=1.0)
|
||||
max_lower_bound_ratio=1.0)
|
||||
|
||||
model.settings.weight_windows = [ww_n, ww_p]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue