[mlpack-svn] r10055 - mlpack/trunk/src/mlpack

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Thu Oct 27 16:49:56 EDT 2011


Author: rcurtin
Date: 2011-10-27 16:49:55 -0400 (Thu, 27 Oct 2011)
New Revision: 10055

Modified:
   mlpack/trunk/src/mlpack/core.h
Log:
Using math_misc.hpp not math_lib.hpp.


Modified: mlpack/trunk/src/mlpack/core.h
===================================================================
--- mlpack/trunk/src/mlpack/core.h	2011-10-27 20:49:18 UTC (rev 10054)
+++ mlpack/trunk/src/mlpack/core.h	2011-10-27 20:49:55 UTC (rev 10055)
@@ -90,7 +90,7 @@
 #include <armadillo>
 
 // Now MLPACK-specific includes.
-#include <mlpack/core/math/math_lib.hpp>
+#include <mlpack/core/math/math_misc.hpp>
 #include <mlpack/core/math/range.hpp>
 #include <mlpack/core/utilities/save_restore_utility.hpp>
 #include <mlpack/core/file/textfile.h>




More information about the mlpack-svn mailing list