summaryrefslogtreecommitdiff
path: root/src/include/cctk_Termination.h
blob: 8b2a4b07181d1d52d24b3be31a9336cb69d335c8 (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
 /*@@
   @header    cctk_Termination.h
   @date      Tue 24 Apr 2001
   @author    Thomas Radke
   @desc 
              Prototypes of CCTK termination functions.
   @enddesc 
   @version   $Id$
 @@*/

#ifndef _CCTK_TERMINATION_H_
#define _CCTK_TERMINATION_H_ 1

#ifdef __cplusplus 
extern "C" 
{
#endif

int CCTK_TerminationReached (cGH *GH);
int CCTK_TerminateNext (cGH *GH);

#ifdef __cplusplus 
}
#endif

#endif /* _CCTK_TERMINATION_H_ */