Skip to content

Commit 51c3fd9

Browse files
committed
nickle is Z=28
1 parent e3eade5 commit 51c3fd9

File tree

1 file changed

+1
-1
lines changed
  • Exec/science/xrb_spherical/analysis

1 file changed

+1
-1
lines changed

Exec/science/xrb_spherical/analysis/slice.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def _ash(field, data):
3737
nuc = pyna.Nucleus(speciesName)
3838

3939
# Include elements beyond oxygen but don't include Ni56
40-
if nuc.Z > 8.0 and nuc.Z != 56:
40+
if nuc.Z > 8.0 and nuc.Z != 28:
4141
rhoAsh += rho * data[f]
4242

4343
return rhoAsh

0 commit comments

Comments
 (0)