summaryrefslogtreecommitdiff
path: root/src/include/GroupsOnGH.h
blob: 9c2c92887e31d470a79c0b3907c64ed050be8a8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
 /*@@
   @header    GroupsOnGH.h
   @date      Wed Apr 7 1999
   @author    Gabrielle Allen
   @desc 
   Prototypes and constants for group functions which use GH stucture.
   @enddesc 
   @version $Header$
 @@*/

#ifndef _GROUPSONGH_H_
#define _GROUPSONGH_H_

/* Prototypes */

#ifdef __cplusplus 
extern "C" {
#endif

void *CCTK_VarDataPtr(cGH *GH, int timelevel, char *fullvarname);

void *CCTK_VarDataPtrI(cGH *GH, int timelevel, int varindex);

void *CCTK_VarDataPtrB(cGH *GH, int timelevel, int varindex, char *fullvarname);

#ifdef __cplusplus 
}
#endif

#endif