[mlpack-svn] r15791 - mlpack/trunk/src/mlpack/methods/range_search

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Mon Sep 16 23:02:28 EDT 2013


Author: rcurtin
Date: Mon Sep 16 23:02:28 2013
New Revision: 15791

Log:
Move to right namespace.


Modified:
   mlpack/trunk/src/mlpack/methods/range_search/range_search_stat.hpp

Modified: mlpack/trunk/src/mlpack/methods/range_search/range_search_stat.hpp
==============================================================================
--- mlpack/trunk/src/mlpack/methods/range_search/range_search_stat.hpp	(original)
+++ mlpack/trunk/src/mlpack/methods/range_search/range_search_stat.hpp	Mon Sep 16 23:02:28 2013
@@ -11,7 +11,7 @@
 #include <mlpack/core.hpp>
 
 namespace mlpack {
-namespace neighbor {
+namespace range {
 
 /**
  * Statistic class for RangeSearch, to be set to the StatisticType of the tree



More information about the mlpack-svn mailing list