From de06e7d7f8c68949ab17c4434d3dca6335caf3c6 Mon Sep 17 00:00:00 2001 From: allen Date: Thu, 8 Jul 1999 12:55:09 +0000 Subject: New names for Group function calls git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@14 ebee0441-1374-4afa-a3b5-247f3ba15b9a --- src/GHExtension.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/GHExtension.c') diff --git a/src/GHExtension.c b/src/GHExtension.c index 09efeaa..5e1e27f 100644 --- a/src/GHExtension.c +++ b/src/GHExtension.c @@ -35,7 +35,7 @@ void *IOFlexIO_SetupGH (tFleshConfig *config, int convergence_level, cGH *GH) int i, numvars; flexioGH *newGH; - numvars = CCTK_GetNumVars (); + numvars = CCTK_NumVars (); newGH = (flexioGH *) malloc (sizeof (flexioGH)); newGH->IO_2Dnum = (int *) malloc (numvars * sizeof (int)); @@ -64,13 +64,13 @@ int IOFlexIO_InitGH (cGH *GH) flexioGH *myGH; /* get the handles for IOUtil and IOFlexIO extensions */ - ioUtilGH = (ioGH *) GH->extensions [CCTK_GetGHExtensionHandle ("IO")]; - myGH = (flexioGH *) GH->extensions [CCTK_GetGHExtensionHandle ("IOFlexIO")]; + ioUtilGH = (ioGH *) GH->extensions [CCTK_GHExtensionHandle ("IO")]; + myGH = (flexioGH *) GH->extensions [CCTK_GHExtensionHandle ("IOFlexIO")]; InitIONum (myGH->IO_2Dnum, output2D); InitIONum (myGH->IO_3Dnum, output3D); - for (i=0; iIO_2Dlast [i] = myGH->IO_3Dlast [i] = -1; myGH->reuse_fh = reuse_fh; -- cgit v1.2.3