aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetRegrid/src/regrid.h
blob: a3db486f24d92e443d72c3557e62c52c1c3d2878 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetRegrid/src/regrid.h,v 1.1 2002/09/01 14:52:29 schnetter Exp $ */

#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) */