[mlpack-svn] r10054 - mlpack/trunk/src/mlpack/core/tree

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


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

Modified:
   mlpack/trunk/src/mlpack/core/tree/CMakeLists.txt
Log:
Changed filenames


Modified: mlpack/trunk/src/mlpack/core/tree/CMakeLists.txt
===================================================================
--- mlpack/trunk/src/mlpack/core/tree/CMakeLists.txt	2011-10-27 20:48:27 UTC (rev 10053)
+++ mlpack/trunk/src/mlpack/core/tree/CMakeLists.txt	2011-10-27 20:49:18 UTC (rev 10054)
@@ -3,6 +3,8 @@
 # Define the files we need to compile.
 # Anything not in this list will not be compiled into MLPACK.
 set(SOURCES
+  binary_space_tree.hpp
+  binary_space_tree_impl.hpp
   bounds.hpp
   dballbound.hpp
   dballbound_impl.hpp
@@ -10,7 +12,6 @@
   hrectbound_impl.hpp
   periodichrectbound.hpp
   periodichrectbound_impl.hpp
-  spacetree.hpp
   statistic.hpp
 )
 




More information about the mlpack-svn mailing list