[Genabel-commits] r1461 - pkg/filevector/fvlib

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Dec 10 14:44:34 CET 2013


Author: lckarssen
Date: 2013-12-10 14:44:34 +0100 (Tue, 10 Dec 2013)
New Revision: 1461

Modified:
   pkg/filevector/fvlib/CastUtils.cpp
Log:
The addition of R.h in fvlib/CastUtils in SVN r.1457 resulted in a failed compilation. This commit solves that (and hopefully doesn't break fv compilation in DatABEL/GenABEL. 



Modified: pkg/filevector/fvlib/CastUtils.cpp
===================================================================
--- pkg/filevector/fvlib/CastUtils.cpp	2013-12-09 09:14:48 UTC (rev 1460)
+++ pkg/filevector/fvlib/CastUtils.cpp	2013-12-10 13:44:34 UTC (rev 1461)
@@ -5,7 +5,9 @@
 
 using namespace std;
 
+#ifndef _NOT_R_FILEVECTOR
 #include <R.h>
+#endif
 #include "frutil.h"
 #include "CastUtils.h"
 



More information about the Genabel-commits mailing list