]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RALICE/icepack/iceconvert/amanda.c
29-apr-2005 Library creation scripts for Linux gcc etc... introduced.
[u/mrichter/AliRoot.git] / RALICE / icepack / iceconvert / amanda.c
index 78a3bf0e57444c6d648df6edf75ecf33b4c583b9..0d72c7b672960fe0064b73974eb8c8a35b81b99e 100644 (file)
@@ -37,7 +37,7 @@ long rdmc_nint(double a)
 /*******************************/
 /* Work around missing isnan() */
 /*******************************/
 /*******************************/
 /* Work around missing isnan() */
 /*******************************/
-int isnan(float r)
+int isnan(double r)
 {
  return 0;
 }
 {
  return 0;
 }