AIRES library reference: nucldefznfroma.


c
c     Routine directly callable from C/C++ (it could be necessary to
c     append an underscore, "_", to its name depending on the C/C++
c     compiler used).
c
c
      subroutine nucldefznfroma(a, zdef, ndef)
c
c     Returning the default (corresponding to most abundant isotope)
c     charge (zdef) and number of neutrons (ndef) given the mass
c     number (a) of a nucleus.
c
c     Written by: S. J. Sciutto, La Plata 2010.
c
c
c     Arguments:
c     =========
c
c     a............... (input, integer) The mass number.
c     zdef............ (output, integer) The default charge of the
c                      nucleus.
c     ndef............ (output, integer) The defualt number of
c                      neutrons.
c
c
c<--->


These pages are maintained by
Sergio J. Sciutto
Back to AIRES library index
Back to AIRES home [HOME]