summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/include/cctk_DebugDefines.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/cctk_DebugDefines.h b/src/include/cctk_DebugDefines.h
index 91ce074e..ec2f461e 100644
--- a/src/include/cctk_DebugDefines.h
+++ b/src/include/cctk_DebugDefines.h
@@ -19,11 +19,13 @@
extern "C" {
#endif
+int CCTK_GFIndex0D (const cGH *GH);
int CCTK_GFIndex1D (const cGH *GH, int i);
int CCTK_GFIndex2D (const cGH *GH, int i, int j);
int CCTK_GFIndex3D (const cGH *GH, int i, int j, int k);
int CCTK_GFIndex4D (const cGH *GH, int i, int j, int k, int l);
+int CCTK_VectGFIndex0D (const cGH *GH, int n);
int CCTK_VectGFIndex1D (const cGH *GH, int i, int n);
int CCTK_VectGFIndex2D (const cGH *GH, int i, int j, int n);
int CCTK_VectGFIndex3D (const cGH *GH, int i, int j, int k, int n);