aboutsummaryrefslogtreecommitdiff
path: root/src/GHExtension.c
diff options
context:
space:
mode:
authorgoodale <goodale@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2000-04-19 23:14:02 +0000
committergoodale <goodale@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2000-04-19 23:14:02 +0000
commitf142d87fd6ab909431a26b7e715508c6ea8c98f8 (patch)
tree7eef3b57c7be1a3e13ec40d0d35a4cd0b246251c /src/GHExtension.c
parent587cddbd2b7a35b428e8e68cdf0e71878ee9413f (diff)
Changed names of PUGH functions to be uniform. Now all PUGH functions
should begin with PUGH. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@112 ebee0441-1374-4afa-a3b5-247f3ba15b9a
Diffstat (limited to 'src/GHExtension.c')
-rw-r--r--src/GHExtension.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GHExtension.c b/src/GHExtension.c
index 6fc0e5a..0363c78 100644
--- a/src/GHExtension.c
+++ b/src/GHExtension.c
@@ -208,7 +208,7 @@ static void SetupSliceCenter (cGH *GH)
/* Get the handles for PUGH and IOFlexIO extensions */
- pughGH = pugh_pGH (GH);
+ pughGH = PUGH_pGH (GH);
myGH = (flexioGH *) GH->extensions [CCTK_GHExtensionHandle ("IOFlexIO")];
slice_center=1;