summaryrefslogtreecommitdiff
path: root/src/include/Implementations.h
blob: cefa659029384bc8c91e0c02bbcdb47dd84e5e31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
 /*@@
   @header    Implementations.h
   @date      Fri Jan 15 13:58:14 1999
   @author    Tom Goodale
   @desc 
   
   @enddesc 
   @version $Id$
 @@*/

int CCTK_RecordImplementation(const char *implementation,
			      const char *thorn);

int GetImplementationThorns(const char *implementation, char ***thornlist);

int CCTK_RegisterThorn(const char *name, const char *implementation,
		       const t_thorndata *data);

int GetThornData(const char *thorn, t_thorndata **thorndata);