[mlpack-git] master: Fix header guard. (bece04a)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Fri May 8 11:47:24 EDT 2015


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

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/148bfca48cccba1647ffcfacd03e578a493b7265...bece04ae4d1616f2085fb7261ad1f2ec11c6565e

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

commit bece04ae4d1616f2085fb7261ad1f2ec11c6565e
Author: Ryan Curtin <ryan at ratml.org>
Date:   Fri May 8 11:47:15 2015 -0400

    Fix header guard.


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

bece04ae4d1616f2085fb7261ad1f2ec11c6565e
 src/mlpack/core/tree/binary_space_tree/midpoint_split.hpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mlpack/core/tree/binary_space_tree/midpoint_split.hpp b/src/mlpack/core/tree/binary_space_tree/midpoint_split.hpp
index 3aabf9a..9aa35da 100644
--- a/src/mlpack/core/tree/binary_space_tree/midpoint_split.hpp
+++ b/src/mlpack/core/tree/binary_space_tree/midpoint_split.hpp
@@ -7,8 +7,8 @@
  * tree node into two parts using the midpoint of the values in a certain
  * dimension.  The dimension to split on is the dimension with maximum variance.
  */
-#ifndef __MLPACK_CORE_TREE_BINARY_SPACE_TREE_MEAN_SPLIT_HPP
-#define __MLPACK_CORE_TREE_BINARY_SPACE_TREE_MEAN_SPLIT_HPP
+#ifndef __MLPACK_CORE_TREE_BINARY_SPACE_TREE_MIDPOINT_SPLIT_HPP
+#define __MLPACK_CORE_TREE_BINARY_SPACE_TREE_MIDPOINT_SPLIT_HPP
 
 #include <mlpack/core.hpp>
 



More information about the mlpack-git mailing list