[mlpack-git] master: Simple change to test Jenkins webhook. (c98abd5)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Thu Mar 5 22:09:24 EST 2015


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

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/904762495c039e345beba14c1142fd719b3bd50e...f94823c800ad6f7266995c700b1b630d5ffdcf40

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

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

    Simple change to test Jenkins webhook.


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

c98abd52e84d11b1ae943802ddb2a78403e25513
 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-git mailing list