Closed grzanka closed 2 years ago
Related to #53
Fixes bug introduced in https://github.com/APTG/libdedx/pull/47/files#diff-db8662a3000b58ec9c1af55644e2abd7cc57028222892347f487fd11fc024199R166 where both atomic number Z (here config->ion) and nucleon number A (config->ion_a) were set to the same number (atomic number Z) :
Z
config->ion
A
config->ion_a
config->ion = ion; config->program = program; config->ion_a = ion;
The problem is fixed by introducing a new table with nucleon numbers for most abundant isotopes
Related to #53
Fixes bug introduced in https://github.com/APTG/libdedx/pull/47/files#diff-db8662a3000b58ec9c1af55644e2abd7cc57028222892347f487fd11fc024199R166 where both atomic number
Z
(hereconfig->ion
) and nucleon numberA
(config->ion_a
) were set to the same number (atomic numberZ
) :The problem is fixed by introducing a new table with nucleon numbers for most abundant isotopes