aboutsummaryrefslogtreecommitdiff
path: root/src/Write2D.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/Write2D.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/Write2D.c')
-rw-r--r--src/Write2D.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Write2D.c b/src/Write2D.c
index e6312f1..aa02934 100644
--- a/src/Write2D.c
+++ b/src/Write2D.c
@@ -32,7 +32,7 @@
#include "ioFlexGH.h"
static char *rcsid = "$Id$";
-CCTK_FILEVERSION (CactusPUGHIO_IOFlexIO_Write2D_c);
+CCTK_FILEVERSION(CactusPUGHIO_IOFlexIO_Write2D_c)
/* MPI message tag */
@@ -108,7 +108,7 @@ void IOFlexIO_Write2D (cGH *GH, int index, const char *alias)
}
/* Get the handles for PUGH, IOUtil, and IOFlexIO extensions */
- pughGH = pugh_pGH (GH);
+ pughGH = PUGH_pGH (GH);
ioUtilGH = (ioGH *) GH->extensions [CCTK_GHExtensionHandle ("IO")];
myGH = (flexioGH *) GH->extensions [CCTK_GHExtensionHandle ("IOFlexIO")];