aboutsummaryrefslogtreecommitdiff
path: root/CarpetAttic/CarpetIOFlexIOCheckpoint/src/ioflexio.h
blob: d57890a74d130bd757aed06f2ddd759bf6faf69f (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
36
37
38
39
40
41
42
43
/* $Header: /home/eschnett/C/carpet/Carpet/CarpetAttic/CarpetIOFlexIOCheckpoint/src/ioflexio.h,v 1.3 2003/12/01 13:15:21 cott Exp $ */

#ifndef CARPETIOFLEXIO_H
#define CARPETIOFLEXIO_H

#include "cctk_Arguments.h"


    
#ifdef __cplusplus
namespace CarpetIOFlexIO {
  extern "C" {
#endif
    
    /* Scheduled functions */
    int CarpetIOFlexIO_Startup (void);
    int CarpetIOFlexIO_ReadData (CCTK_ARGUMENTS);
#ifdef __cplusplus
  } /* extern "C" */
} /* namespace CarpetIOFlexIO */
#endif

#ifdef __cplusplus
namespace CarpetCheckpointRestart {
  extern "C" {
#endif
    
    /* Scheduled functions */
    void CarpetIOFlexIO_EvolutionCheckpoint (const cGH*);
    int CarpetIOFlexIO_RecoverParameters (void);
    int CarpetIOFlexIO_Recover (cGH *GH, const char *basefilename, int called_from);
#ifdef __cplusplus
  } /* extern "C" */
} /* namespace CarpetIOFlexIO */
#endif


#endif /* !defined(CARPETIOFLEXIO_H) */