[opengm] 35/386: Fix header include guard for weights

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Aug 31 08:35:02 UTC 2016


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch debian/master
in repository opengm.

commit 9cdf3b8fd73e46e9276b9872360bf6095c95cb2f
Author: Carsten Haubold <carstenhaubold at googlemail.com>
Date:   Mon Dec 15 14:04:49 2014 +0100

    Fix header include guard for weights
---
 include/opengm/graphicalmodel/weights.hxx | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/include/opengm/graphicalmodel/weights.hxx b/include/opengm/graphicalmodel/weights.hxx
index d9246a8..3f77619 100644
--- a/include/opengm/graphicalmodel/weights.hxx
+++ b/include/opengm/graphicalmodel/weights.hxx
@@ -1,5 +1,5 @@
-#ifndef OPENGM_PARAMETERS
-#define OPENGM_PARAMETERS
+#ifndef OPENGM_LEARNING_WEIGHTS
+#define OPENGM_LEARNING_WEIGHTS
 
 
 namespace opengm{
@@ -41,4 +41,4 @@ namespace learning{
 } // namespace opengm
 
 
-#endif /* OPENGM_PARAMETERS */
+#endif /* OPENGM_LEARNING_WEIGHTS */

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/opengm.git



More information about the debian-science-commits mailing list