mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 21:25:36 -04:00
Change 'type' to 'from_mode' for decay sublibrary continuous spectra. Closes #2017
This commit is contained in:
parent
412aa24727
commit
0dc6f463ed
1 changed files with 1 additions and 1 deletions
|
|
@ -442,7 +442,7 @@ class Decay(EqualityMixin):
|
|||
# Read continuous spectrum
|
||||
ci = {}
|
||||
params, ci['probability'] = get_tab1_record(file_obj)
|
||||
ci['type'] = get_decay_modes(params[0])
|
||||
ci['from_mode'] = get_decay_modes(params[0])
|
||||
|
||||
# Read covariance (Ek, Fk) table
|
||||
LCOV = params[3]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue