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

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Mon Apr 30 17:41:13 EDT 2012


Author: rcurtin
Date: 2012-04-30 17:41:13 -0400 (Mon, 30 Apr 2012)
New Revision: 12584

Modified:
   mlpack/trunk/src/mlpack/core/tree/periodichrectbound.hpp
Log:
s/IO/CLI/g wasn't a good idea.


Modified: mlpack/trunk/src/mlpack/core/tree/periodichrectbound.hpp
===================================================================
--- mlpack/trunk/src/mlpack/core/tree/periodichrectbound.hpp	2012-04-30 21:40:39 UTC (rev 12583)
+++ mlpack/trunk/src/mlpack/core/tree/periodichrectbound.hpp	2012-04-30 21:41:13 UTC (rev 12584)
@@ -6,8 +6,8 @@
  * This file describes the interface for the PeriodicHRectBound policy, which
  * implements a hyperrectangle bound in a periodic space.
  */
-#ifndef __MLPACK_CORE_TREE_PERCLIDICHRECTBOUND_HPP
-#define __MLPACK_CORE_TREE_PERCLIDICHRECTBOUND_HPP
+#ifndef __MLPACK_CORE_TREE_PERIODICHRECTBOUND_HPP
+#define __MLPACK_CORE_TREE_PERIODICHRECTBOUND_HPP
 
 #include <mlpack/core.hpp>
 
@@ -142,4 +142,4 @@
 
 #include "periodichrectbound_impl.hpp"
 
-#endif // __MLPACK_CORE_TREE_PERCLIDICHRECTBOUND_HPP
+#endif // __MLPACK_CORE_TREE_PERIODICHRECTBOUND_HPP




More information about the mlpack-svn mailing list