Dear developers,

GSL-1.8 also needs the following patch to compile with the SGI IDO cc:

--- cdf/betainv.c.orig  2006-10-22 15:30:57.000000000 +0200
+++ cdf/betainv.c       2006-10-22 15:31:37.000000000 +0200
@@ -152,7 +152,7 @@
}
double
-gsl_cdf_beta_Qinv (double Q, double a, double b)
+gsl_cdf_beta_Qinv (const double Q, const double a, const double b)
{
   if (Q < 0.0 || Q > 1.0)


--
Georg Schwarz    http://home.pages.de/~schwarz/
[EMAIL PROTECTED]  +49 178 8545053





_______________________________________________
Bug-gsl mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gsl

Reply via email to