aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Carpet/CarpetInterp/src/interp.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/Carpet/CarpetInterp/src/interp.cc b/Carpet/CarpetInterp/src/interp.cc
index 7e7ed696d..683e396da 100644
--- a/Carpet/CarpetInterp/src/interp.cc
+++ b/Carpet/CarpetInterp/src/interp.cc
@@ -80,7 +80,8 @@ namespace CarpetInterp {
return ind;
}
-
+
+
static int GetInterpNumTimelevels(const cGH * const cgh,
const int group)
{
@@ -119,6 +120,7 @@ namespace CarpetInterp {
}
+
void CarpetInterpStartup ()
{
CCTK_OverloadInterpGridArrays (InterpGridArrays);