[mathic] 11/62: Fixed incorrect header inclusion guard in mathic/BinaryKDTree.h
    Doug Torrance 
    dtorrance-guest at moszumanska.debian.org
       
    Wed Apr  1 11:36:18 UTC 2015
    
    
  
This is an automated email from the git hooks/post-receive script.
dtorrance-guest pushed a commit to branch master
in repository mathic.
commit d7ba56db2c4d72a5d327f1f57c42fbe1c84abd1f
Author: Bjarke Hammersholt Roune <bjarkehr.code at gmail.com>
Date:   Mon Jul 9 20:11:11 2012 -0400
    Fixed incorrect header inclusion guard in mathic/BinaryKDTree.h
---
 src/mathic/BinaryKDTree.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/mathic/BinaryKDTree.h b/src/mathic/BinaryKDTree.h
index 9d88307..3d23c72 100755
--- a/src/mathic/BinaryKDTree.h
+++ b/src/mathic/BinaryKDTree.h
@@ -1,5 +1,5 @@
-#ifndef MATHIC_BINARY_K_D_TRExtEntry_GUARD
-#define MATHIC_BINARY_K_D_TRExtEntry_GUARD
+#ifndef MATHIC_BINARY_K_D_TREE_GUARD
+#define MATHIC_BINARY_K_D_TREE_GUARD
 
 #include "stdinc.h"
 #include "DivMask.h"
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mathic.git
    
    
More information about the debian-science-commits
mailing list