diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2003-09-14 21:14:08 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2003-09-14 21:14:08 +0000 |
commit | fd078503d8479ac6e72cb54cbada5d36726a7bbe (patch) | |
tree | a381bbac00423595b5ce55ff80213cb5e108615f | |
parent | 4ab40b79bbf183dc8968fcbb962a57a45b6aabb3 (diff) | |
download | pkgsrc-fd078503d8479ac6e72cb54cbada5d36726a7bbe.tar.gz |
forgot to add on last commit
-rw-r--r-- | math/gsl/patches/patch-ac | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/math/gsl/patches/patch-ac b/math/gsl/patches/patch-ac new file mode 100644 index 00000000000..31d8f4b243a --- /dev/null +++ b/math/gsl/patches/patch-ac @@ -0,0 +1,14 @@ +$NetBSD: patch-ac,v 1.3 2003/09/14 21:14:08 dmcmahill Exp $ + +add some missing constants + +--- const/gsl_const_cgsm.h.orig Fri Jul 25 15:18:18 2003 ++++ const/gsl_const_cgsm.h +@@ -116,5 +116,7 @@ + #define GSL_CONST_CGSM_DYNE (1e0) /* cm g / s^2 */ + #define GSL_CONST_CGSM_JOULE (1e7) /* g cm^2 / s^2 */ + #define GSL_CONST_CGSM_ERG (1e0) /* g cm^2 / s^2 */ ++#define GSL_CONST_CGSM_VACUUM_PERMITTIVITY (8.854187817e-19) /* abamp^2 s^4 / g cm^3 */ ++#define GSL_CONST_CGSM_VACUUM_PERMEABILITY (1.25663706144e1) /* g cm / abamp^2 s^2 */ + + #endif /* __GSL_CONST_CGSM__ */ |