aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetRegrid/src/regrid.h
blob: 5c220f7bb5345b8b6e61c5b5985601d836cafc95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifndef CARPETREGRID_H
#define CARPETREGRID_H

#include "cctk_Arguments.h"

#ifdef __cplusplus
namespace CarpetRegrid {
  extern "C" {
#endif
    
    /* Scheduled functions */
    int CarpetRegridStartup ();
    void CarpetRegridParamcheck (CCTK_ARGUMENTS);

#ifdef __cplusplus
  } /* extern "C" */
} /* namespace CarpetRegrid */
#endif

#endif /* !defined(CARPETREGRID_H) */