aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjthorn <jthorn@a491c6a4-70bf-4b89-8b36-d6c0cb1f094e>2004-06-25 15:51:32 +0000
committerjthorn <jthorn@a491c6a4-70bf-4b89-8b36-d6c0cb1f094e>2004-06-25 15:51:32 +0000
commitede27d65d016cb45468bc34d948320f8d589494e (patch)
tree1fca07d0a27c8fa756a9eaa8bb5262fff407a0a8
parentb7a0057265692c72fa357c9f6821ed7428ed5202 (diff)
rename DEBUG macro to SPACEMASK_DEBUG
so it doesn't confuse code in other thorns which #include this file but define their own local DEBUG macros git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SpaceMask/trunk@46 a491c6a4-70bf-4b89-8b36-d6c0cb1f094e
-rw-r--r--src/SpaceMask.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SpaceMask.h b/src/SpaceMask.h
index 7e564b0..be33436 100644
--- a/src/SpaceMask.h
+++ b/src/SpaceMask.h
@@ -11,7 +11,7 @@
#ifndef __CACTUSEINSTEIN_SPACEMASK_H__
#define __CACTUSEINSTEIN_SPACEMASK_H__
-#define DEBUG 0
+#define SPACEMASK_DEBUG 0
/********************************************************************
********************* Routine Prototypes *************************