summaryrefslogtreecommitdiff
path: root/src/include/cctki_GroupsOnGH.h
blob: f2fc72b292a724bb88a76102341c07e863af50bd (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
 /*@@
   @header    cctki_GroupsOnGH.h
   @date      2012-10-26
   @author    Erik Schnetter
   @desc 
   Prototypes and constants for internal group functions which use GH structure.
   @enddesc 
   @version $Header$
 @@*/

#ifndef _CCTKI_GROUPSONGH_H_
#define _CCTKI_GROUPSONGH_H_

/* Prototypes */

#ifdef __cplusplus 
extern "C" {
#endif

void *CCTKi_VarDataPtrI(const cGH *GH, int timelevel, int varindex);

#ifdef __cplusplus 
}
#endif

#endif