From 3007a15d366242c1e200fb42e1d86d7c5df73a52 Mon Sep 17 00:00:00 2001 From: allen Date: Wed, 12 Jan 2000 12:58:03 +0000 Subject: Adding USE_CCTK_PARAMETERS Changing CCTK_GroupData to CCTK_OldGroupData git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@71 ebee0441-1374-4afa-a3b5-247f3ba15b9a --- src/GHExtension.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/GHExtension.c') diff --git a/src/GHExtension.c b/src/GHExtension.c index 38edd5f..3917604 100644 --- a/src/GHExtension.c +++ b/src/GHExtension.c @@ -50,6 +50,9 @@ void *IOFlexIO_SetupGH (tFleshConfig *config, int convergence_level, cGH *GH) newGH->IEEEfile_3D = (IOFile *) malloc (numvars * sizeof (IOFile)); return (newGH); + + USE_CCTK_PARAMETERS + } int IOFlexIO_InitGH (cGH *GH) @@ -157,6 +160,9 @@ int IOFlexIO_InitGH (cGH *GH) } return (0); + + USE_CCTK_PARAMETERS + } @@ -175,6 +181,9 @@ int IOFlexIO_Terminate (cGH *GH) } return (0); + + USE_CCTK_PARAMETERS + } #endif @@ -246,4 +255,7 @@ void SetupSliceCenter (cGH *GH) else myGH->sp2xyz[1] = pughGH->lnsize [1]/2 - pughGH->lb [pughGH->myproc][1]; } + + USE_CCTK_PARAMETERS + } -- cgit v1.2.3