Hi, It seems a few constants we had in 1.12 are missing in 1.13. See the result of diffs in gsl_const_cgs.h and gsl_const_cgsm.h for those versions below.
Since I see nothing about it in ChangeLog, I wonder if this was intended or just a mistke. Best, Maurício 4c4 < * 2006 Brian Gough --- > * 2006, 2007, 2008, 2009 Brian Gough 39,42d38 < #define GSL_CONST_CGS_BOHR_MAGNETON (9.27400899e-20) /* A cm^2 */ < #define GSL_CONST_CGS_NUCLEAR_MAGNETON (5.05078317e-23) /* A cm^2 */ < #define GSL_CONST_CGS_ELECTRON_MAGNETIC_MOMENT (9.28476362e-20) /* A cm^2 */ < #define GSL_CONST_CGS_PROTON_MAGNETIC_MOMENT (1.410606633e-22) /* A cm^2 */ 101,103d96 < #define GSL_CONST_CGS_FARADAY (9.64853429775e4) /* A s / mol */ < #define GSL_CONST_CGS_ELECTRON_CHARGE (1.602176487e-19) /* A s */ < #define GSL_CONST_CGS_GAUSS (1e-1) /* g / A s^2 */ 4c4 < * 2006 Brian Gough --- > * 2006, 2007, 2008, 2009 Brian Gough 39,42d38 < #define GSL_CONST_CGSM_BOHR_MAGNETON (9.27400899e-21) /* abamp cm^2 */ < #define GSL_CONST_CGSM_NUCLEAR_MAGNETON (5.05078317e-24) /* abamp cm^2 */ < #define GSL_CONST_CGSM_ELECTRON_MAGNETIC_MOMENT (9.28476362e-21) /* abamp cm^2 */ < #define GSL_CONST_CGSM_PROTON_MAGNETIC_MOMENT (1.410606633e-23) /* abamp cm^2 */ 101,103d96 < #define GSL_CONST_CGSM_FARADAY (9.64853429775e3) /* abamp s / mol */ < #define GSL_CONST_CGSM_ELECTRON_CHARGE (1.602176487e-20) /* abamp s */ < #define GSL_CONST_CGSM_GAUSS (1e0) /* g / abamp s^2 */ 121a115,120 > #define GSL_CONST_CGSM_BOHR_MAGNETON (9.27400899e-21) /* abamp cm^2 */ > #define GSL_CONST_CGSM_NUCLEAR_MAGNETON (5.05078317e-24) /* abamp cm^2 */ > #define GSL_CONST_CGSM_ELECTRON_MAGNETIC_MOMENT (9.28476362e-21) /* abamp cm^2 */ > #define GSL_CONST_CGSM_PROTON_MAGNETIC_MOMENT (1.410606633e-23) /* abamp cm^2 */ > #define GSL_CONST_CGSM_FARADAY (9.64853429775e3) /* abamp s / mol */ > #define GSL_CONST_CGSM_ELECTRON_CHARGE (1.602176487e-20) /* abamp s */ _______________________________________________ Bug-gsl mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-gsl
