[mlpack] 30/324: Fix header guard names. This is an incredibly pedantic fix.
Barak A. Pearlmutter
barak+git at cs.nuim.ie
Sun Aug 17 08:21:53 UTC 2014
This is an automated email from the git hooks/post-receive script.
bap pushed a commit to branch svn-trunk
in repository mlpack.
commit bde09c70e0130a55f16c45174b41dd0c2930b206
Author: rcurtin <rcurtin at 9d5b8971-822b-0410-80eb-d18c1038ef23>
Date: Tue May 27 03:40:35 2014 +0000
Fix header guard names. This is an incredibly pedantic fix.
git-svn-id: http://svn.cc.gatech.edu/fastlab/mlpack/trunk@16562 9d5b8971-822b-0410-80eb-d18c1038ef23
---
src/mlpack/core/util/log.hpp | 4 ++--
src/mlpack/core/util/option.hpp | 4 ++--
src/mlpack/core/util/option_impl.hpp | 4 ++--
src/mlpack/core/util/prefixedoutstream.hpp | 4 ++--
src/mlpack/core/util/prefixedoutstream_impl.hpp | 4 ++--
src/mlpack/core/util/save_restore_utility.hpp | 4 ++--
6 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/src/mlpack/core/util/log.hpp b/src/mlpack/core/util/log.hpp
index a24f50c..a3275fd 100644
--- a/src/mlpack/core/util/log.hpp
+++ b/src/mlpack/core/util/log.hpp
@@ -4,8 +4,8 @@
*
* Definition of the Log class.
*/
-#ifndef __MLPACK_CORE_IO_LOG_HPP
-#define __MLPACK_CORE_IO_LOG_HPP
+#ifndef __MLPACK_CORE_UTIL_LOG_HPP
+#define __MLPACK_CORE_UTIL_LOG_HPP
#include <string>
diff --git a/src/mlpack/core/util/option.hpp b/src/mlpack/core/util/option.hpp
index 602d608..52b03d4 100644
--- a/src/mlpack/core/util/option.hpp
+++ b/src/mlpack/core/util/option.hpp
@@ -5,8 +5,8 @@
* Definition of the Option class, which is used to define parameters which are
* used by CLI. The ProgramDoc class also resides here.
*/
-#ifndef __MLPACK_CORE_IO_OPTION_HPP
-#define __MLPACK_CORE_IO_OPTION_HPP
+#ifndef __MLPACK_CORE_UTIL_OPTION_HPP
+#define __MLPACK_CORE_UTIL_OPTION_HPP
#include <string>
diff --git a/src/mlpack/core/util/option_impl.hpp b/src/mlpack/core/util/option_impl.hpp
index 4f6a044..4bc7dc5 100644
--- a/src/mlpack/core/util/option_impl.hpp
+++ b/src/mlpack/core/util/option_impl.hpp
@@ -4,8 +4,8 @@
*
* Implementation of template functions for the Option class.
*/
-#ifndef __MLPACK_CORE_IO_OPTION_IMPL_HPP
-#define __MLPACK_CORE_IO_OPTION_IMPL_HPP
+#ifndef __MLPACK_CORE_UTIL_OPTION_IMPL_HPP
+#define __MLPACK_CORE_UTIL_OPTION_IMPL_HPP
// Just in case it has not been included.
#include "option.hpp"
diff --git a/src/mlpack/core/util/prefixedoutstream.hpp b/src/mlpack/core/util/prefixedoutstream.hpp
index b088273..61f873a 100644
--- a/src/mlpack/core/util/prefixedoutstream.hpp
+++ b/src/mlpack/core/util/prefixedoutstream.hpp
@@ -5,8 +5,8 @@
*
* Declaration of the PrefixedOutStream class.
*/
-#ifndef __MLPACK_CORE_IO_PREFIXEDOUTSTREAM_HPP
-#define __MLPACK_CORE_IO_PREFIXEDOUTSTREAM_HPP
+#ifndef __MLPACK_CORE_UTIL_PREFIXEDOUTSTREAM_HPP
+#define __MLPACK_CORE_UTIL_PREFIXEDOUTSTREAM_HPP
#include <iostream>
#include <iomanip>
diff --git a/src/mlpack/core/util/prefixedoutstream_impl.hpp b/src/mlpack/core/util/prefixedoutstream_impl.hpp
index 60b602e..cbadfda 100644
--- a/src/mlpack/core/util/prefixedoutstream_impl.hpp
+++ b/src/mlpack/core/util/prefixedoutstream_impl.hpp
@@ -5,8 +5,8 @@
*
* Implementation of templated PrefixedOutStream member functions.
*/
-#ifndef __MLPACK_CORE_IO_PREFIXEDOUTSTREAM_IMPL_HPP
-#define __MLPACK_CORE_IO_PREFIXEDOUTSTREAM_IMPL_HPP
+#ifndef __MLPACK_CORE_UTIL_PREFIXEDOUTSTREAM_IMPL_HPP
+#define __MLPACK_CORE_UTIL_PREFIXEDOUTSTREAM_IMPL_HPP
// Just in case it hasn't been included.
#include "prefixedoutstream.hpp"
diff --git a/src/mlpack/core/util/save_restore_utility.hpp b/src/mlpack/core/util/save_restore_utility.hpp
index d784794..d27e7f2 100644
--- a/src/mlpack/core/util/save_restore_utility.hpp
+++ b/src/mlpack/core/util/save_restore_utility.hpp
@@ -7,8 +7,8 @@
*
* @experimental
*/
-#ifndef __MLPACK_CORE_UTIL_SAVE_RESTORE_MODEL_HPP
-#define __MLPACK_CORE_UTIL_SAVE_RESTORE_MODEL_HPP
+#ifndef __MLPACK_CORE_UTIL_SAVE_RESTORE_UTILITY_HPP
+#define __MLPACK_CORE_UTIL_SAVE_RESTORE_UTILITY_HPP
#include <mlpack/prereqs.hpp>
#include <list>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mlpack.git
More information about the debian-science-commits
mailing list