aboutsummaryrefslogtreecommitdiff
path: root/src/Write3D.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/Write3D.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/Write3D.c')
-rw-r--r--src/Write3D.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Write3D.c b/src/Write3D.c
index 5edb2d6..d987129 100644
--- a/src/Write3D.c
+++ b/src/Write3D.c
@@ -43,7 +43,7 @@
/* the rcs ID and its dummy funtion to use it */
static char *rcsid = "$Header$";
-CCTK_FILEVERSION (CactusPUGHIO_IOFlexIO_Write3D_c);
+CCTK_FILEVERSION(CactusPUGHIO_IOFlexIO_Write3D_c)
/* info structure describing IEEEIO files
@@ -291,7 +291,7 @@ static IEEEfile_3D_t *IOFlexIO_Get3Dfile (cGH *GH, const char *alias,
/* get the GH extensions for PUGH, IOUtil, and IOFlexIO */
- pughGH = pugh_pGH (GH);
+ pughGH = PUGH_pGH (GH);
ioUtilGH = (ioGH *) GH->extensions [CCTK_GHExtensionHandle ("IO")];
myGH = (flexioGH *) GH->extensions [CCTK_GHExtensionHandle ("IOFlexIO")];