summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoreschnett <eschnett@17b73243-c579-4c4c-a9d2-2d5706c11dac>2012-05-07 23:16:28 +0000
committereschnett <eschnett@17b73243-c579-4c4c-a9d2-2d5706c11dac>2012-05-07 23:16:28 +0000
commit2acb4a982479343c210b0914d760132280dfa524 (patch)
treefe50838e025e1da12494b815f9ef5d42826f0d09 /src
parent2ed8a0f3927997d973fdb3f5958c7484d5cd9980 (diff)
Declare missing 0D GFIndex functions
git-svn-id: http://svn.cactuscode.org/flesh/trunk@4814 17b73243-c579-4c4c-a9d2-2d5706c11dac
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);