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

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Tue Dec 20 11:27:50 EST 2011


Author: rcurtin
Date: 2011-12-20 11:27:50 -0500 (Tue, 20 Dec 2011)
New Revision: 10906

Modified:
   mlpack/trunk/src/mlpack/core/tree/periodichrectbound_impl.hpp
Log:
box() -> Box()


Modified: mlpack/trunk/src/mlpack/core/tree/periodichrectbound_impl.hpp
===================================================================
--- mlpack/trunk/src/mlpack/core/tree/periodichrectbound_impl.hpp	2011-12-20 16:27:35 UTC (rev 10905)
+++ mlpack/trunk/src/mlpack/core/tree/periodichrectbound_impl.hpp	2011-12-20 16:27:50 UTC (rev 10906)
@@ -41,7 +41,7 @@
 template<int t_pow>
 PeriodicHRectBound<t_pow>::PeriodicHRectBound(const PeriodicHRectBound& other) :
       dim(other.Dim()),
-      box(other.box())
+      box(other.Box())
 {
   bounds = new math::Range[other.Dim()];
   for (size_t i = 0; i < dim; i++)




More information about the mlpack-svn mailing list