[mlpack-svn] master: Simple change to test Jenkins webhook. (221e12d)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Thu Jan 1 13:54:55 EST 2015


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

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/23b900168ef50d2ad1b247c450645de621e2043e...221e12de15027c45afcf309799aced098e929b2a

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

commit 221e12de15027c45afcf309799aced098e929b2a
Author: ryan <ryan at ratml.org>
Date:   Thu Jan 1 13:54:44 2015 -0500

    Simple change to test Jenkins webhook.


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

221e12de15027c45afcf309799aced098e929b2a
 src/mlpack/core/tree/rectangle_tree/x_tree_split_impl.hpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/mlpack/core/tree/rectangle_tree/x_tree_split_impl.hpp b/src/mlpack/core/tree/rectangle_tree/x_tree_split_impl.hpp
index 33ed384..1a20366 100644
--- a/src/mlpack/core/tree/rectangle_tree/x_tree_split_impl.hpp
+++ b/src/mlpack/core/tree/rectangle_tree/x_tree_split_impl.hpp
@@ -29,7 +29,8 @@ void XTreeSplit<DescentType, StatisticType, MatType>::SplitLeafNode(
 {
   // If we are splitting the root node, we need will do things differently so that the constructor
   // and other methods don't confuse the end user by giving an address of another node.
-  if (tree->Parent() == NULL) {
+  if (tree->Parent() == NULL)
+  {
     RectangleTree<XTreeSplit<DescentType, StatisticType, MatType>, DescentType, StatisticType, MatType>* copy =
         new RectangleTree<XTreeSplit<DescentType, StatisticType, MatType>, DescentType, StatisticType, MatType>(*tree, false); // We actually want to copy this way.  Pointers and everything.
 




More information about the mlpack-svn mailing list