[mlpack-svn] r10059 - mlpack/trunk/src/mlpack/core/arma_extend

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Thu Oct 27 22:21:27 EDT 2011


Author: rcurtin
Date: 2011-10-27 22:21:27 -0400 (Thu, 27 Oct 2011)
New Revision: 10059

Modified:
   mlpack/trunk/src/mlpack/core/arma_extend/traits.hpp
Log:
Bank error in your favor.  Collect $100.


Modified: mlpack/trunk/src/mlpack/core/arma_extend/traits.hpp
===================================================================
--- mlpack/trunk/src/mlpack/core/arma_extend/traits.hpp	2011-10-27 22:20:55 UTC (rev 10058)
+++ mlpack/trunk/src/mlpack/core/arma_extend/traits.hpp	2011-10-28 02:21:27 UTC (rev 10059)
@@ -1,7 +1,7 @@
 // Extra traits to support u64 and s64 until that patch is applied to the
 // Armadillo sources.
 
-#if ARMA_VERSION_MAJOR > 2 || \
+#if ARMA_VERSION_MAJOR < 1 || \
     (ARMA_VERSION_MAJOR == 1 && ARMA_VERSION_MINOR <= 2)
 // For old Armadillo versions ( <= 1.2.0 ), all we have to do is define these
 // two structs which say these element types are supported.




More information about the mlpack-svn mailing list