summaryrefslogtreecommitdiff
path: root/src/include/cctk_Faces.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/cctk_Faces.h')
-rw-r--r--src/include/cctk_Faces.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/include/cctk_Faces.h b/src/include/cctk_Faces.h
index a9a3109d..f3ce4c2d 100644
--- a/src/include/cctk_Faces.h
+++ b/src/include/cctk_Faces.h
@@ -12,8 +12,11 @@
#ifndef _CCTK_FACES_H_
#define _CCTK_FACES_H_ 1
+/* Grab the main configuration info. */
+#include "cctk_Config.h"
+
/* The set of all faces */
-#if CCTK_INTEGER_PRECISION>=4
+#if defined(CCTK_INTEGER_PRECISION_4) || defined(CCTK_INTEGER_PRECISION_8)
#define CCTK_ALL_FACES 1073741823
/* (This is 2^30-1, so it will set the 'last' 30 bits to 1.)
* (The 'top' two bits are useless because there is no unsigned int in