[GRASS-SVN] r66103 - grass/trunk/include

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Sep 4 14:44:31 PDT 2015


Author: wenzeslaus
Date: 2015-09-04 14:44:31 -0700 (Fri, 04 Sep 2015)
New Revision: 66103

Modified:
   grass/trunk/include/gmath.h
Log:
no G2C necessary for la.h

This finishes incomplete r54193 and is necessary after r66101.


Modified: grass/trunk/include/gmath.h
===================================================================
--- grass/trunk/include/gmath.h	2015-09-04 21:43:40 UTC (rev 66102)
+++ grass/trunk/include/gmath.h	2015-09-04 21:44:31 UTC (rev 66103)
@@ -24,7 +24,7 @@
 #define GRASS_GMATH_H
 
 #include <grass/config.h>
-#if defined(HAVE_LIBLAPACK) && defined(HAVE_LIBBLAS) && defined(HAVE_G2C_H)
+#if defined(HAVE_LIBLAPACK) && defined(HAVE_LIBBLAS)
  /* only include if available */
 #include <grass/la.h>
 #endif



More information about the grass-commit mailing list