aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetRegrid/src/regrid.h
blob: b52918303e2ef9de563284518109c61fb7cb3346 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* $Header:$ */

#ifndef CARPETREGRID_H
#define CARPETREGRID_H

#include "cctk_Arguments.h"

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

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

#endif /* !defined(CARPETREGRID_H) */