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

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Wed Nov 23 21:45:30 EST 2011


Author: rcurtin
Date: 2011-11-23 21:45:30 -0500 (Wed, 23 Nov 2011)
New Revision: 10384

Modified:
   mlpack/trunk/src/mlpack/core.h
Log:
arma_extend.h is now arma_extend.hpp.


Modified: mlpack/trunk/src/mlpack/core.h
===================================================================
--- mlpack/trunk/src/mlpack/core.h	2011-11-24 02:44:58 UTC (rev 10383)
+++ mlpack/trunk/src/mlpack/core.h	2011-11-24 02:45:30 UTC (rev 10384)
@@ -87,7 +87,7 @@
 #endif
 
 // Now MLPACK-specific includes.
-#include <mlpack/core/arma_extend/arma_extend.h> // Includes Armadillo.
+#include <mlpack/core/arma_extend/arma_extend.hpp> // Includes Armadillo.
 #include <mlpack/core/io/log.hpp>
 #include <mlpack/core/io/cli.hpp>
 #include <mlpack/core/data/load.hpp>




More information about the mlpack-svn mailing list