aboutsummaryrefslogtreecommitdiff
path: root/src/DumpGH.c
diff options
context:
space:
mode:
authortradke <tradke@4825ed28-b72c-4eae-9704-e50c059e567d>2000-11-29 01:20:44 +0000
committertradke <tradke@4825ed28-b72c-4eae-9704-e50c059e567d>2000-11-29 01:20:44 +0000
commit85b4834743c80a9fcb06b52a6df7a563dfde885c (patch)
tree73bb8b5b766ddefbc8019e65b4acd79490ccf5c7 /src/DumpGH.c
parent47de2f63eba96b8f46dcfa1f058ab3ca386a0144 (diff)
Renamed local variable 'index' into 'vindex' to stop compiler warnings
about hiding a global routine index(3). git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@32 4825ed28-b72c-4eae-9704-e50c059e567d
Diffstat (limited to 'src/DumpGH.c')
-rw-r--r--src/DumpGH.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/DumpGH.c b/src/DumpGH.c
index 7c3aee5..a2bf5b6 100644
--- a/src/DumpGH.c
+++ b/src/DumpGH.c
@@ -26,7 +26,10 @@ static char *rcsid = "$Id$";
CCTK_FILEVERSION(AlphaThorns_IOHDF5_DumpGH_c)
-/* local function prototypes */
+/* prototypes of routines defined in this source file */
+void IOHDF5_InitialDataCheckpoint (cGH *GH);
+void IOHDF5_EvolutionCheckpoint (cGH *GH);
+void IOHDF5_TerminationCheckpoint (cGH *GH);
static int IOHDF5_Checkpoint (cGH *GH, int called_from);