summaryrefslogtreecommitdiff
path: root/src/include/cctk_DebugDefines.h
blob: b4b8c44582be8f7d22d2e9da1993dd0a378be377 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*@@
   @file      cctk_DebugDefines.h
   @date      Sun 28 Dec 2003
   @author    Erik Schnetter
   @desc
              Routines to provide some debugging support for the Cactus code.
   @enddesc
   @version   $Id$
 @@*/

/********************************************************************
 *********************     External Routines   **********************
 ********************************************************************/

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);