summaryrefslogtreecommitdiff
path: root/src/include/cctki_Stagger.h
blob: 1018232d48383040b05c728328d10ff642d242e0 (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
 /*@@
   @header    cctki_Stagger.h
   @date      Thu Jan 20 2000
   @author    Gerd Lanfermann
   @desc 
   Prototypes and constants for stagger functions.
   @enddesc 
   @version $Header$
 @@*/

#ifndef _CCTKI_STAGGER_H_
#define _CCTKI_STAGGER_H_

#ifdef __cplusplus
extern "C" {
#endif

int CCTKi_ParseStaggerString(int dim,  
			     const char *imp, 
			     const char *gname,  
			     const char *stype); 

#ifdef __cplusplus
}
#endif

#endif