[mlpack-git] master: fix directive name for split_data.hpp (ef01c05)

gitdub at mlpack.org gitdub at mlpack.org
Sun May 29 06:12:29 EDT 2016


Repository : https://github.com/mlpack/mlpack
On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/1f562a1aba7ae55475afcc95659511c2b7f694e5...5b8fdce471328f722fcd8c0f22a6d995ce22c98b

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

commit ef01c055a24863b4c34c37da9637b2bfcd2a5da1
Author: Keon Kim <kwk236 at gmail.com>
Date:   Sun May 29 19:12:29 2016 +0900

    fix directive name for split_data.hpp


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

ef01c055a24863b4c34c37da9637b2bfcd2a5da1
 src/mlpack/core/data/split_data.hpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mlpack/core/data/split_data.hpp b/src/mlpack/core/data/split_data.hpp
index 3811320..1df1b28 100644
--- a/src/mlpack/core/data/split_data.hpp
+++ b/src/mlpack/core/data/split_data.hpp
@@ -5,8 +5,8 @@
  * Defines Split(), a utility function to split a dataset into a
  * training set and a test set.
  */
-#ifndef MLPACK_CORE_UTIL_SPLIT_DATA_HPP
-#define MLPACK_CORE_UTIL_SPLIT_DATA_HPP
+#ifndef MLPACK_CORE_DATA_SPLIT_DATA_HPP
+#define MLPACK_CORE_DATA_SPLIT_DATA_HPP
 
 #include <mlpack/core.hpp>
 




More information about the mlpack-git mailing list