aboutsummaryrefslogtreecommitdiff
path: root/src/DumpGH.c
diff options
context:
space:
mode:
authorgoodale <goodale@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2000-10-05 00:18:54 +0000
committergoodale <goodale@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2000-10-05 00:18:54 +0000
commit1b242017e7520aeb0b24a45ebd73c85ff89cd085 (patch)
treec77160b39068f3ca8fd5d6fc5e4fb99f14a2231c /src/DumpGH.c
parent75837bb8df647703de60477545a9c311fe68b640 (diff)
Removing prototypes for CCTK_MainLoopIndex since that is now overloadable
and the definitions here conflict with the ones coming in from cctk.h. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@158 ebee0441-1374-4afa-a3b5-247f3ba15b9a
Diffstat (limited to 'src/DumpGH.c')
-rw-r--r--src/DumpGH.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/DumpGH.c b/src/DumpGH.c
index 9d1f4e4..464515e 100644
--- a/src/DumpGH.c
+++ b/src/DumpGH.c
@@ -217,7 +217,6 @@ void IOFlexIOi_DumpGHExtensions (cGH *GH, IOFile iof)
CCTK_INT4 i_temp;
CCTK_REAL d_temp;
ioGH *ioUtilGH;
- extern int CCTK_MainLoopIndex (void);
/* Get the handle for IOUtil extensions */
ioUtilGH = (ioGH *) GH->extensions [CCTK_GHExtensionHandle ("IO")];