summaryrefslogtreecommitdiff
path: root/src/include/cctk_Termination.h
blob: 2f5135db99a9c4bdb3cce1518b9aa269bb3690d7 (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   $Header$
 @@*/

#ifndef _CCTK_TERMINATION_H_
#define _CCTK_TERMINATION_H_ 1

#ifdef __cplusplus
extern "C"
{
#endif

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

#ifdef __cplusplus
}
#endif

#endif /* _CCTK_TERMINATION_H_ */