mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
removed catenation of element expand atomic amount
This commit is contained in:
parent
d278b861a3
commit
7a500d6bfb
1 changed files with 1 additions and 2 deletions
|
|
@ -254,7 +254,6 @@ class Element(object):
|
|||
for nuclide, abundance in abundances.items():
|
||||
nuc = openmc.Nuclide(nuclide)
|
||||
nuc.scattering = self.scattering
|
||||
pct = round(percent*abundance, 14)
|
||||
isotopes.append((nuc, pct, percent_type))
|
||||
isotopes.append((nuc, percent*abundance, percent_type))
|
||||
|
||||
return isotopes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue