summaryrefslogtreecommitdiff
path: root/src/include/ActiveThorns.h
blob: 0abdd2874b049379220dfd7ccc09775e30345ddb (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
 /*@@
   @header    ActiveThorns.h
   @date      Sun Jul  4 17:39:50 1999
   @author    Tom Goodale
   @desc 
   
   @enddesc
   @version $Header$
 @@*/

#ifndef __ACTIVETHORNS_H_
#define __ACTIVETHORNS_H_

#ifdef __cplusplus 
extern "C" {
#endif

int CCTK_RegisterThorn(const char *name, const char *imp);
int CCTK_ActivateThorn(const char *name);
int CCTK_IsThornActive(const char *name);
int CCTK_IsImplementationActive(const char *name);


#ifdef __cplusplus 
}
#endif

#endif /* _ACTIVETHORNS_H_ */