From 2acb4a982479343c210b0914d760132280dfa524 Mon Sep 17 00:00:00 2001 From: eschnett Date: Mon, 7 May 2012 23:16:28 +0000 Subject: Declare missing 0D GFIndex functions git-svn-id: http://svn.cactuscode.org/flesh/trunk@4814 17b73243-c579-4c4c-a9d2-2d5706c11dac --- src/include/cctk_DebugDefines.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') 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); -- cgit v1.2.3