summaryrefslogtreecommitdiff
path: root/src/include/cctk_Termination.h
blob: cb223ebef2fa72c0edb0c1609904a8d7c6f3c055 (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 (cGH *GH);
void CCTK_TerminateNext (cGH *GH);

#ifdef __cplusplus 
}
#endif

#endif /* _CCTK_TERMINATION_H_ */