aboutsummaryrefslogtreecommitdiff
path: root/math/orpie/files/patch-gsl_gsl__sf.ml
diff options
context:
space:
mode:
Diffstat (limited to 'math/orpie/files/patch-gsl_gsl__sf.ml')
-rw-r--r--math/orpie/files/patch-gsl_gsl__sf.ml18
1 files changed, 18 insertions, 0 deletions
diff --git a/math/orpie/files/patch-gsl_gsl__sf.ml b/math/orpie/files/patch-gsl_gsl__sf.ml
new file mode 100644
index 000000000000..06cad5a5f304
--- /dev/null
+++ b/math/orpie/files/patch-gsl_gsl__sf.ml
@@ -0,0 +1,18 @@
+--- gsl/gsl_sf.ml.orig 2014-04-12 01:43:31 UTC
++++ gsl/gsl_sf.ml
+@@ -1142,6 +1142,7 @@ external legendre_Ql_e : int -> float -> result
+
+
+
++(*
+ (* Associated LEGENDRE functions *)
+ external legendre_Plm : int -> int -> float -> float
+ = "ml_gsl_sf_legendre_Plm"
+@@ -1167,6 +1168,7 @@ external legendre_sphPlm_array : int -> int -> float
+
+ external legendre_array_size : int -> int -> int
+ = "ml_gsl_sf_legendre_array_size"
++*)
+
+
+