[Vegan-commits] r1585 - in branches/1.17: inst src
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Apr 10 10:48:20 CEST 2011
Author: jarioksa
Date: 2011-04-10 10:48:20 +0200 (Sun, 10 Apr 2011)
New Revision: 1585
Modified:
branches/1.17/inst/ChangeLog
branches/1.17/src/vegdist.c
Log:
merge r1555 (vegdist.c #include'd headers)
Modified: branches/1.17/inst/ChangeLog
===================================================================
--- branches/1.17/inst/ChangeLog 2011-04-10 06:14:54 UTC (rev 1584)
+++ branches/1.17/inst/ChangeLog 2011-04-10 08:48:20 UTC (rev 1585)
@@ -4,6 +4,8 @@
Version 1.17-10 (opened April 10, 2011)
+ * merged 1555: #include's in vegdist.c.
+
* merged 1564: missing definitionin ordering.f.
* merged 1570: na.rm in metaMDSrotate.
Modified: branches/1.17/src/vegdist.c
===================================================================
--- branches/1.17/src/vegdist.c 2011-04-10 06:14:54 UTC (rev 1584)
+++ branches/1.17/src/vegdist.c 2011-04-10 08:48:20 UTC (rev 1585)
@@ -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