mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Remove un-needed indexing of nuclide value.
This commit is contained in:
parent
f640ad5607
commit
a51108ba42
1 changed files with 1 additions and 1 deletions
|
|
@ -986,7 +986,7 @@ class Library(object):
|
|||
xsdata.num_azimuthal = self.num_azimuthal
|
||||
|
||||
if nuclide != 'total':
|
||||
xsdata.atomic_weight_ratio = self._nuclides[nuclide][1]
|
||||
xsdata.atomic_weight_ratio = self._nuclides[nuclide]
|
||||
|
||||
if subdomain is None:
|
||||
subdomain = 'all'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue