summaryrefslogtreecommitdiff
path: root/src/include/cctki_Stagger.h
diff options
context:
space:
mode:
authorschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2006-04-20 13:26:52 +0000
committerschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2006-04-20 13:26:52 +0000
commit4829abab50985ad4fe8fcb13b5c090338f33f0ab (patch)
tree7438357e6c3c764812996efed135deb061a09c0c /src/include/cctki_Stagger.h
parent667a1cbdef0efa0d57d21b728283879839a03000 (diff)
Correct 3D stagger codes
git-svn-id: http://svn.cactuscode.org/flesh/trunk@4284 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/cctki_Stagger.h')
-rw-r--r--src/include/cctki_Stagger.h34
1 files changed, 17 insertions, 17 deletions
diff --git a/src/include/cctki_Stagger.h b/src/include/cctki_Stagger.h
index 91aafc04..3c98e5bc 100644
--- a/src/include/cctki_Stagger.h
+++ b/src/include/cctki_Stagger.h
@@ -52,28 +52,28 @@ int CCTKi_ParseStaggerString(int dim,
#define CCTK_STAG_PPM 8
#define CCTK_STAG_MMC 9
-#define CCTK_STAG_CMC 11
-#define CCTK_STAG_PMC 12
+#define CCTK_STAG_CMC 10
+#define CCTK_STAG_PMC 11
-#define CCTK_STAG_MCC 13
-#define CCTK_STAG_CCC 14
-#define CCTK_STAG_PCC 15
+#define CCTK_STAG_MCC 12
+#define CCTK_STAG_CCC 13
+#define CCTK_STAG_PCC 14
-#define CCTK_STAG_MPC 16
-#define CCTK_STAG_CPC 17
-#define CCTK_STAG_PPC 18
+#define CCTK_STAG_MPC 15
+#define CCTK_STAG_CPC 16
+#define CCTK_STAG_PPC 17
-#define CCTK_STAG_MMP 19
-#define CCTK_STAG_CMP 20
-#define CCTK_STAG_PMP 21
+#define CCTK_STAG_MMP 18
+#define CCTK_STAG_CMP 19
+#define CCTK_STAG_PMP 20
-#define CCTK_STAG_MCP 22
-#define CCTK_STAG_CCP 23
-#define CCTK_STAG_PCP 24
+#define CCTK_STAG_MCP 21
+#define CCTK_STAG_CCP 22
+#define CCTK_STAG_PCP 23
-#define CCTK_STAG_MPP 25
-#define CCTK_STAG_CPP 26
-#define CCTK_STAG_PPP 27
+#define CCTK_STAG_MPP 24
+#define CCTK_STAG_CPP 25
+#define CCTK_STAG_PPP 26
#endif /* _CCTKI_STAGGER_H_ */