aboutsummaryrefslogtreecommitdiff
path: root/src/RecoverGH.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/RecoverGH.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/RecoverGH.c')
-rw-r--r--src/RecoverGH.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/RecoverGH.c b/src/RecoverGH.c
index 664b46f..cc6ae74 100644
--- a/src/RecoverGH.c
+++ b/src/RecoverGH.c
@@ -29,9 +29,11 @@
#include "CactusBase/IOUtil/src/ioGH.h"
#include "ioFlexGH.h"
-/* the rcs ID and its dummy funtion to use it */
+/* the rcs ID and its dummy function to use it */
+
static char *rcsid = "$Id$";
-CCTK_FILEVERSION (CactusPUGHIO_IOFlexIO_RecoverGH_c);
+CCTK_FILEVERSION(CactusPUGHIO_IOFlexIO_RecoverGH_c)
+
/* maximum length of an attribute name */
@@ -292,7 +294,7 @@ static int IOFlexIOi_OpenFile (cGH *GH, const char *basename, int called_from,
/* NOTE: When recovering parameters thorn PUGH is not yet initialized
so that we have to use MPI_COMM_WORLD in this case */
comm = CCTK_GHExtensionHandle ("PUGH") < 0 ?
- MPI_COMM_WORLD : pugh_pGH (GH)->PUGH_COMM_WORLD;
+ MPI_COMM_WORLD : PUGH_pGH (GH)->PUGH_COMM_WORLD;
#endif
/* identify myself */