aboutsummaryrefslogtreecommitdiff
path: root/CarpetDev/CarpetAdaptiveRegrid/src/CAR.h
blob: 727ae7de7cd70423af8213f1618f55e1a7ea8c4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* $Header:$ */

#ifndef CARPETADAPTIVEREGRID_H
#define CARPETADAPTIVEREGRID_H

#include "cctk_Arguments.h"

#ifdef __cplusplus
namespace CarpetAdaptiveRegrid {
  extern "C" {
#endif
    
    /* Scheduled functions */
    void CarpetAdaptiveregridParamcheck (CCTK_ARGUMENTS);

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

#endif /* !defined(CARPETADAPTIVEREGRID_H) */