[mlpack-svn] r14176 - mlpack/trunk/src/mlpack/tests

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Tue Jan 29 23:20:58 EST 2013


Author: rcurtin
Date: 2013-01-29 23:20:58 -0500 (Tue, 29 Jan 2013)
New Revision: 14176

Modified:
   mlpack/trunk/src/mlpack/tests/kmeans_test.cpp
Log:
Got the name of the macro wrong...


Modified: mlpack/trunk/src/mlpack/tests/kmeans_test.cpp
===================================================================
--- mlpack/trunk/src/mlpack/tests/kmeans_test.cpp	2013-01-30 03:42:45 UTC (rev 14175)
+++ mlpack/trunk/src/mlpack/tests/kmeans_test.cpp	2013-01-30 04:20:58 UTC (rev 14176)
@@ -208,7 +208,7 @@
 
 #ifdef ARMA_HAS_SPMAT
 // Can't do this test on Armadillo 3.4; var(SpBase) is not implemented.
-#if !((ARMA_MAJOR_VERSION == 3) && (ARMA_MINOR_VERSION == 4))
+#if !((ARMA_VERSION_MAJOR == 3) && (ARMA_VERSION_MINOR == 4))
 
 /**
  * Make sure sparse k-means works okay.




More information about the mlpack-svn mailing list