aboutsummaryrefslogtreecommitdiff
path: root/src/GHExtension.c
diff options
context:
space:
mode:
authortradke <tradke@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2000-02-18 15:05:43 +0000
committertradke <tradke@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2000-02-18 15:05:43 +0000
commitcbccd2d2565f6e751ce633886f4adad87147ce8c (patch)
treedf7fd0231fa622aeacff5eef1d79e0cad7c9e275 /src/GHExtension.c
parentb4f3fffcd5262fa53d81f7ca5136427e7d969468 (diff)
Made CactusPUGHIO thorns aware of future multi-patch or multi-block changes
to PUGH. The current pGH extensions are now queried via Tom's pugh_pGH() routine. The 'identity_string' provided by PUGH for each GH goes into output filenames. Thomas git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@92 ebee0441-1374-4afa-a3b5-247f3ba15b9a
Diffstat (limited to 'src/GHExtension.c')
-rw-r--r--src/GHExtension.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/GHExtension.c b/src/GHExtension.c
index 6726f46..3dae241 100644
--- a/src/GHExtension.c
+++ b/src/GHExtension.c
@@ -197,8 +197,8 @@ static void SetupSliceCenter (cGH *GH)
flexioGH *myGH;
- /* Get the handles for PUGH IOFlexIO extensions */
- pughGH = (pGH *) GH->extensions [CCTK_GHExtensionHandle ("PUGH")];
+ /* Get the handles for PUGH and IOFlexIO extensions */
+ pughGH = pugh_pGH (GH);
myGH = (flexioGH *) GH->extensions [CCTK_GHExtensionHandle ("IOFlexIO")];
slice_center=1;