aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetRegrid/src/regrid.h
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetRegrid/src/regrid.h')
-rw-r--r--Carpet/CarpetRegrid/src/regrid.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/Carpet/CarpetRegrid/src/regrid.h b/Carpet/CarpetRegrid/src/regrid.h
new file mode 100644
index 000000000..a3db486f2
--- /dev/null
+++ b/Carpet/CarpetRegrid/src/regrid.h
@@ -0,0 +1,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) */