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

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Sat Dec 17 03:26:38 EST 2011


Author: rcurtin
Date: 2011-12-17 03:26:38 -0500 (Sat, 17 Dec 2011)
New Revision: 10886

Modified:
   mlpack/trunk/src/mlpack/core/tree/periodichrectbound.hpp
Log:
Change name of box().


Modified: mlpack/trunk/src/mlpack/core/tree/periodichrectbound.hpp
===================================================================
--- mlpack/trunk/src/mlpack/core/tree/periodichrectbound.hpp	2011-12-17 08:21:59 UTC (rev 10885)
+++ mlpack/trunk/src/mlpack/core/tree/periodichrectbound.hpp	2011-12-17 08:26:38 UTC (rev 10886)
@@ -47,14 +47,14 @@
   ~PeriodicHRectBound();
 
   /**
-   * Modifies the boxsize_ to the desired dimenstions.
+   * Modifies the box to the desired dimenstions.
    */
   void SetBoxSize(arma::vec box);
 
   /**
-   * Returns the boxsize_ vector.
+   * Returns the box vector.
    */
-  const arma::vec& box() const { return box; }
+  const arma::vec& Box() const { return box; }
 
   /**
    * Resets all dimensions to the empty set.




More information about the mlpack-svn mailing list