aboutsummaryrefslogtreecommitdiff
path: root/src/include/pugh_constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/pugh_constants.h')
-rw-r--r--src/include/pugh_constants.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/include/pugh_constants.h b/src/include/pugh_constants.h
index d9a919f..1b1fbba 100644
--- a/src/include/pugh_constants.h
+++ b/src/include/pugh_constants.h
@@ -20,20 +20,6 @@
#define PUGH_NOSTORAGE 0
#define PUGH_STORAGE 1
-/* Constants for the GF Type. Only one now ... */
-/* Number of staggerings available in the code */
-#define PUGH_NSTAGGER 4
-
-/* The index for each staggering type */
-/* This classifies each PGF member */
-#define PUGH_VERTEXCTR 0
-#define PUGH_FACECTR(i) i+1
-
-/* The index for each staggering type */
-/* This determines the PGH should be set up */
-#define PUGH_NO_STAGGER 0
-#define PUGH_STAGGER 1
-
/* Comm types available */
#define PUGH_NOCOMMBUFFERS 0
#define PUGH_ALLOCATEDBUFFERS 1