[mlpack-svn] r16555 - mlpack/trunk/src/mlpack/core/math

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Mon May 26 23:19:40 EDT 2014


Author: rcurtin
Date: Mon May 26 23:19:40 2014
New Revision: 16555

Log:
What was this macro even for?


Modified:
   mlpack/trunk/src/mlpack/core/math/lin_alg.cpp

Modified: mlpack/trunk/src/mlpack/core/math/lin_alg.cpp
==============================================================================
--- mlpack/trunk/src/mlpack/core/math/lin_alg.cpp	(original)
+++ mlpack/trunk/src/mlpack/core/math/lin_alg.cpp	Mon May 26 23:19:40 2014
@@ -6,8 +6,6 @@
  */
 #include "lin_alg.hpp"
 
-#define max_rand_i 100000
-
 using namespace mlpack;
 using namespace math;
 



More information about the mlpack-svn mailing list