aboutsummaryrefslogtreecommitdiff
path: root/src/GHExtension.c
diff options
context:
space:
mode:
authorallen <allen@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2000-01-12 12:58:03 +0000
committerallen <allen@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2000-01-12 12:58:03 +0000
commit3007a15d366242c1e200fb42e1d86d7c5df73a52 (patch)
tree4b79bf2a9db739b46c87fbcae5430fc0ac8aa276 /src/GHExtension.c
parentb488e2d50488bbaef4b228f7bf68b88dc0555cea (diff)
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
Diffstat (limited to 'src/GHExtension.c')
-rw-r--r--src/GHExtension.c12
1 files changed, 12 insertions, 0 deletions
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
+
}