aboutsummaryrefslogtreecommitdiff
path: root/src/DumpGH.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/DumpGH.c')
-rw-r--r--src/DumpGH.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/DumpGH.c b/src/DumpGH.c
index a8000c8..eafd38a 100644
--- a/src/DumpGH.c
+++ b/src/DumpGH.c
@@ -198,12 +198,12 @@ void IOFlexIOi_DumpGHExtensions (cGH *GH, IOFile iof)
CCTK_INT4 i_temp;
CCTK_REAL d_temp;
ioGH *ioUtilGH;
- extern int PUGH_MainLoopIndex (void);
+ extern int CCTK_MainLoopIndex (void);
/* Get the handle for IOUtil extensions */
ioUtilGH = (ioGH *) GH->extensions [CCTK_GHExtensionHandle ("IO")];
- i_temp = PUGH_MainLoopIndex ();
+ i_temp = CCTK_MainLoopIndex ();
CACTUS_IEEEIO_ERROR (IOwriteAttribute (iof, "main loop index", FLEXIO_INT4,
1, &i_temp));