From ede27d65d016cb45468bc34d948320f8d589494e Mon Sep 17 00:00:00 2001 From: jthorn Date: Fri, 25 Jun 2004 15:51:32 +0000 Subject: 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 --- src/SpaceMask.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ************************* -- cgit v1.2.3