aboutsummaryrefslogtreecommitdiff
path: root/CarpetDev/CarpetAdaptiveRegrid/src/CAR.h
blob: f85aed454ed3aeae49323f5383ce8bcac9cf9880 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#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) */