mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
Fix for IncoherentElasticAE.from_hdf5
This commit is contained in:
parent
425dba5d25
commit
0118067e2f
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ class IncoherentElasticAE(AngleEnergy):
|
|||
Incoherent elastic distribution
|
||||
|
||||
"""
|
||||
return cls(group['debye_waller'])
|
||||
return cls(group['debye_waller'][()])
|
||||
|
||||
|
||||
class IncoherentElasticAEDiscrete(AngleEnergy):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue