aboutsummaryrefslogtreecommitdiff
path: root/src/pugh_extension.h
blob: 4307ccd9ddfbdf286edecceeea772d38636bfd36 (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
 /*@@
   @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_

#ifdef _cplusplus
extern "C" {
#endif

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

int pugh_InitGH(cGH *GH);

int pugh_rfrTraverseGH(cGH *GH, int rfrpoint);

#ifdef _cplusplus
}
#endif

#endif