[Vegan-commits] r1555 - pkg/vegan/src

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Mar 28 14:59:58 CEST 2011


Author: jarioksa
Date: 2011-03-28 14:59:58 +0200 (Mon, 28 Mar 2011)
New Revision: 1555

Modified:
   pkg/vegan/src/vegdist.c
Log:
update header files: similar as in library/stats/src/distance.c

Modified: pkg/vegan/src/vegdist.c
===================================================================
--- pkg/vegan/src/vegdist.c	2011-03-26 15:52:36 UTC (rev 1554)
+++ pkg/vegan/src/vegdist.c	2011-03-28 12:59:58 UTC (rev 1555)
@@ -20,10 +20,11 @@
 
 
 /* Standard R headers */
+#include <R_ext/Arith.h>
 
 #include <R.h>
 #include <Rmath.h>
-#include <math.h>
+#include <float.h>
 
 
 /* Indices */



More information about the Vegan-commits mailing list