From 118355583a6e67141bc0b5844b4057dab07c67c9 Mon Sep 17 00:00:00 2001 From: allen Date: Thu, 3 Feb 2000 12:20:40 +0000 Subject: standardizing names ... you will need to do a gmake -clean before recompiling. git-svn-id: http://svn.cactuscode.org/flesh/trunk@1342 17b73243-c579-4c4c-a9d2-2d5706c11dac --- src/include/cctk_Constants.h | 46 +------------------------------------------- 1 file changed, 1 insertion(+), 45 deletions(-) (limited to 'src/include/cctk_Constants.h') diff --git a/src/include/cctk_Constants.h b/src/include/cctk_Constants.h index ba9b85ec..47b9b0b6 100644 --- a/src/include/cctk_Constants.h +++ b/src/include/cctk_Constants.h @@ -32,53 +32,9 @@ #define CCTK_STEERABLE_ALWAYS 1 #define CCTK_STEERABLE_RECOVER 2 -/* stagger flags: yes/no, number of staggerings: 3 */ -#define CCTK_NO_STAGGER 0 -#define CCTK_STAGGER 1 +/* number of staggerings */ #define CCTK_NSTAGGER 3 -/* stagger code in one direction */ -#define CCTK_STAG_M 0 -#define CCTK_STAG_C 1 -#define CCTK_STAG_P 2 - -/* stagger code of three directions */ -#define CCTK_STAG_MMM 0 -#define CCTK_STAG_CMM 1 -#define CCTK_STAG_PMM 2 - -#define CCTK_STAG_MCM 3 -#define CCTK_STAG_CCM 4 -#define CCTK_STAG_PCM 5 - -#define CCTK_STAG_MPM 6 -#define CCTK_STAG_CPM 7 -#define CCTK_STAG_PPM 8 - -#define CCTK_STAG_MMC 9 -#define CCTK_STAG_CMC 11 -#define CCTK_STAG_PMC 12 - -#define CCTK_STAG_MCC 13 -#define CCTK_STAG_CCC 14 -#define CCTK_STAG_PCC 15 - -#define CCTK_STAG_MPC 16 -#define CCTK_STAG_CPC 17 -#define CCTK_STAG_PPC 18 - -#define CCTK_STAG_MMP 19 -#define CCTK_STAG_CMP 20 -#define CCTK_STAG_PMP 21 - -#define CCTK_STAG_MCP 22 -#define CCTK_STAG_CCP 23 -#define CCTK_STAG_PCP 24 - -#define CCTK_STAG_MPP 25 -#define CCTK_STAG_CPP 26 -#define CCTK_STAG_PPP 27 - #endif /* _CCTK_CONSTANTS_ */ -- cgit v1.2.3