aboutsummaryrefslogtreecommitdiff
path: root/src/pugh_extension.h
blob: d8ee1151ef26d2bdb5ab6e8e3d1f8ab1b545a61d (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
31
32
33
34
35
 /*@@
   @header    pugh_extension.h
   @date      Thu Feb  4 10:51:27 1999
   @author    Tom Goodale
   @desc 
   The header file for PUGH GH extension stuff.
   @enddesc 
   @version $Header$
 @@*/

#ifndef _PUGH_EXTENSION_H_
#define _PUGH_EXTENSION_H_ 1

#ifdef __cplusplus
extern "C" 
{
#endif

int PUGH_Evolve(tFleshConfig *config);
int PUGH_ScheduleTraverseGH(cGH *GH, const char *where);                

void *PUGH_SetupGH(tFleshConfig *config, 
                   int convergence_level, 
                   cGH *GH);

int PUGH_InitGH(cGH *GH);

int PUGH_ScheduleTraverseGH(cGH *GH, 
                            const char *where);

#ifdef __cplusplus
}
#endif

#endif /* _PUGH_EXTENSION_H_ */