aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortradke <tradke@1c20744c-e24a-42ec-9533-f5004cb800e5>2002-12-20 12:39:24 +0000
committertradke <tradke@1c20744c-e24a-42ec-9533-f5004cb800e5>2002-12-20 12:39:24 +0000
commit3ca0d98099139e8cc2b1f1b9fb672b8d722016f3 (patch)
tree4639d586f50182a72e71789ab1925ceaaec4f644 /src
parentf85a8454dd5dad7e6537e06f1969a933512c5802 (diff)
Overload CCTK_InterpGridArrays() with PUGHInterp_InterpGridArrays().
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHInterp/trunk@37 1c20744c-e24a-42ec-9533-f5004cb800e5
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);