bug-gsl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-gsl] gsl-1.8 with SGI IDO cc (patch 2)


From: Georg Schwarz
Subject: [Bug-gsl] gsl-1.8 with SGI IDO cc (patch 2)
Date: Sun, 22 Oct 2006 16:06:27 +0200

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/
address@hidden  +49 178 8545053







reply via email to

[Prev in Thread] Current Thread [Next in Thread]