[mlpack-svn] r10057 - in mlpack/trunk/src/mlpack: core/tree methods/neighbor_search/sort_policies

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Thu Oct 27 17:04:34 EDT 2011


Author: rcurtin
Date: 2011-10-27 17:04:33 -0400 (Thu, 27 Oct 2011)
New Revision: 10057

Modified:
   mlpack/trunk/src/mlpack/core/tree/bounds.hpp
   mlpack/trunk/src/mlpack/core/tree/dballbound.hpp
   mlpack/trunk/src/mlpack/core/tree/hrectbound_impl.hpp
   mlpack/trunk/src/mlpack/core/tree/periodichrectbound_impl.hpp
   mlpack/trunk/src/mlpack/methods/neighbor_search/sort_policies/sort_policy_test.cc
Log:
Update names which were missed due to svn merges and my own failure to check the
build.


Modified: mlpack/trunk/src/mlpack/core/tree/bounds.hpp
===================================================================
--- mlpack/trunk/src/mlpack/core/tree/bounds.hpp	2011-10-27 20:54:10 UTC (rev 10056)
+++ mlpack/trunk/src/mlpack/core/tree/bounds.hpp	2011-10-27 21:04:33 UTC (rev 10057)
@@ -12,7 +12,7 @@
 #ifndef __MLPACK_CORE_TREE_BOUNDS_HPP
 #define __MLPACK_CORE_TREE_BOUNDS_HPP
 
-#include <mlpack/core/math/math_lib.hpp>
+#include <mlpack/core/math/math_misc.hpp>
 #include <mlpack/core/math/range.hpp>
 #include <mlpack/core/kernels/lmetric.hpp>
 #include "hrectbound.hpp"

Modified: mlpack/trunk/src/mlpack/core/tree/dballbound.hpp
===================================================================
--- mlpack/trunk/src/mlpack/core/tree/dballbound.hpp	2011-10-27 20:54:10 UTC (rev 10056)
+++ mlpack/trunk/src/mlpack/core/tree/dballbound.hpp	2011-10-27 21:04:33 UTC (rev 10057)
@@ -10,7 +10,7 @@
 #ifndef __MLPACK_CORE_TREE_DBALLBOUND_HPP
 #define __MLPACK_CORE_TREE_DBALLBOUND_HPP
 
-#include <mlpack/core/math/math_lib.hpp>
+#include <mlpack/core/math/math_misc.hpp>
 #include <mlpack/core/kernels/lmetric.hpp>
 #include <armadillo>
 

Modified: mlpack/trunk/src/mlpack/core/tree/hrectbound_impl.hpp
===================================================================
--- mlpack/trunk/src/mlpack/core/tree/hrectbound_impl.hpp	2011-10-27 20:54:10 UTC (rev 10056)
+++ mlpack/trunk/src/mlpack/core/tree/hrectbound_impl.hpp	2011-10-27 21:04:33 UTC (rev 10057)
@@ -11,7 +11,7 @@
 
 #include <math.h>
 
-#include "../math/math_lib.hpp"
+#include "../math/math_misc.hpp"
 
 // In case it has not been included yet.
 #include "hrectbound.hpp"

Modified: mlpack/trunk/src/mlpack/core/tree/periodichrectbound_impl.hpp
===================================================================
--- mlpack/trunk/src/mlpack/core/tree/periodichrectbound_impl.hpp	2011-10-27 20:54:10 UTC (rev 10056)
+++ mlpack/trunk/src/mlpack/core/tree/periodichrectbound_impl.hpp	2011-10-27 21:04:33 UTC (rev 10057)
@@ -12,7 +12,7 @@
 
 #include <math.h>
 
-#include "../math/math_lib.hpp"
+#include "../math/math_misc.hpp"
 #include "../io/log.hpp"
 
 namespace mlpack {

Modified: mlpack/trunk/src/mlpack/methods/neighbor_search/sort_policies/sort_policy_test.cc
===================================================================
--- mlpack/trunk/src/mlpack/methods/neighbor_search/sort_policies/sort_policy_test.cc	2011-10-27 20:54:10 UTC (rev 10056)
+++ mlpack/trunk/src/mlpack/methods/neighbor_search/sort_policies/sort_policy_test.cc	2011-10-27 21:04:33 UTC (rev 10057)
@@ -6,7 +6,7 @@
  */
 #include <mlpack/core.h>
 #include <mlpack/core/tree/bounds.hpp>
-#include <mlpack/core/tree/spacetree.hpp>
+#include <mlpack/core/tree/binary_space_tree.hpp>
 
 // Classes to test.
 #include "nearest_neighbor_sort.hpp"




More information about the mlpack-svn mailing list