/*lgConverg check whether ionization of element nelem has converged */ int lgConverg( /* atomic number of element on C scale, 0 for H */ long int nelem , /* allowed fractional change before we announce not converged */ double delta);