mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Update openmc/weight_windows.py
This commit is contained in:
parent
d78433ad3d
commit
7c9a18ddd0
1 changed files with 0 additions and 1 deletions
|
|
@ -342,7 +342,6 @@ class WeightWindows(IDManagerMixin):
|
|||
survival_ratio = float(get_text(elem, 'survival_ratio'))
|
||||
|
||||
ww_shape = (len(e_bounds) - 1,) + mesh.dimension[::-1]
|
||||
print(ww_shape)
|
||||
lower_ww_bounds = np.array(lower_ww_bounds).reshape(ww_shape).T
|
||||
upper_ww_bounds = np.array(upper_ww_bounds).reshape(ww_shape).T
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue