aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Startup.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Startup.c b/src/Startup.c
index 19cf382..f5ff5f2 100644
--- a/src/Startup.c
+++ b/src/Startup.c
@@ -72,11 +72,14 @@ static int InterpGV_3rdOrder (cGH *GH,
Registers the PUGHInterp GH extensions setup routine
and the interpolation operators with the flesh.
@enddesc
- @calls CCTK_RegisterGHExtensionSetupGH
+ @calls CCTK_OverloadInterpGridArrays
+ CCTK_RegisterGHExtensionSetupGH
CCTK_InterpRegisterOperatorGV
@@*/
void PUGHInterp_Startup (void)
{
+ CCTK_OverloadInterpGridArrays (PUGHInterp_InterpGridArrays);
+
#ifdef CCTK_MPI
CCTK_RegisterGHExtensionSetupGH (CCTK_RegisterGHExtension ("PUGHInterp"),
SetupGH);