[mlpack-svn] r10386 - mlpack/trunk/src/mlpack/core/data

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


Author: rcurtin
Date: 2011-11-23 21:46:55 -0500 (Wed, 23 Nov 2011)
New Revision: 10386

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


Modified: mlpack/trunk/src/mlpack/core/data/load.hpp
===================================================================
--- mlpack/trunk/src/mlpack/core/data/load.hpp	2011-11-24 02:46:22 UTC (rev 10385)
+++ mlpack/trunk/src/mlpack/core/data/load.hpp	2011-11-24 02:46:55 UTC (rev 10386)
@@ -10,7 +10,7 @@
 #define __MLPACK_CORE_DATA_LOAD_HPP
 
 #include <mlpack/core/io/log.hpp>
-#include <mlpack/core/arma_extend/arma_extend.h> // Includes Armadillo.
+#include <mlpack/core/arma_extend/arma_extend.hpp> // Includes Armadillo.
 #include <string>
 
 namespace mlpack {

Modified: mlpack/trunk/src/mlpack/core/data/save.hpp
===================================================================
--- mlpack/trunk/src/mlpack/core/data/save.hpp	2011-11-24 02:46:22 UTC (rev 10385)
+++ mlpack/trunk/src/mlpack/core/data/save.hpp	2011-11-24 02:46:55 UTC (rev 10386)
@@ -10,7 +10,7 @@
 #define __MLPACK_CORE_DATA_SAVE_HPP
 
 #include <mlpack/core/io/log.hpp>
-#include <mlpack/core/arma_extend/arma_extend.h> // Includes Armadillo.
+#include <mlpack/core/arma_extend/arma_extend.hpp> // Includes Armadillo.
 #include <string>
 
 namespace mlpack {




More information about the mlpack-svn mailing list