mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Add missing definition of _sources in Decay.__init__
This commit is contained in:
parent
a68a3ede6a
commit
3e5afd21eb
1 changed files with 1 additions and 0 deletions
|
|
@ -337,6 +337,7 @@ class Decay(EqualityMixin):
|
|||
self.modes = []
|
||||
self.spectra = {}
|
||||
self.average_energies = {}
|
||||
self._sources = None
|
||||
|
||||
# Get head record
|
||||
items = get_head_record(file_obj)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue