[mlpack-git] master: Fix change I left in that I meant to take out. (9e3dd12)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Tue Apr 7 17:40:59 EDT 2015


Repository : https://github.com/mlpack/mlpack

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/46e038cdb082ccbd44e0583e1bae6d6da03e26d1...9e3dd12b006474df53565386201dbc076a851438

>---------------------------------------------------------------

commit 9e3dd12b006474df53565386201dbc076a851438
Author: ryan <ryan at ratml.org>
Date:   Tue Apr 7 17:38:41 2015 -0400

    Fix change I left in that I meant to take out.


>---------------------------------------------------------------

9e3dd12b006474df53565386201dbc076a851438
 src/mlpack/core/tree/binary_space_tree/binary_space_tree_impl.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mlpack/core/tree/binary_space_tree/binary_space_tree_impl.hpp b/src/mlpack/core/tree/binary_space_tree/binary_space_tree_impl.hpp
index a068899..9764578 100644
--- a/src/mlpack/core/tree/binary_space_tree/binary_space_tree_impl.hpp
+++ b/src/mlpack/core/tree/binary_space_tree/binary_space_tree_impl.hpp
@@ -637,7 +637,7 @@ std::string BinarySpaceTree<BoundType, StatisticType, MatType, SplitType>::
   convert << "  Bound: " << std::endl;
   convert << mlpack::util::Indent(bound.ToString(), 2);
   convert << "  Statistic: " << std::endl;
-  convert << mlpack::util::Indent(stat->ToString(), 2);
+  convert << mlpack::util::Indent(stat.ToString(), 2);
 
   // How many levels should we print?  This will print the top two tree levels.
   if (left != NULL && parent == NULL)



More information about the mlpack-git mailing list