aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorallen <allen@edbb7e70-9571-45d5-a481-0a560a9b4751>2000-01-12 13:13:51 +0000
committerallen <allen@edbb7e70-9571-45d5-a481-0a560a9b4751>2000-01-12 13:13:51 +0000
commite176cfe128cda2ed0da1fba3de0baff7975a9cba (patch)
tree9a5adfe1899ffda2c38c3ae4a11da542bf548fda /src
parent10e121228924a024cb446ab080ab39ba7cb5fd6f (diff)
Adding USE_CCTK_PARAMETERS
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/CoordGauge/trunk@20 edbb7e70-9571-45d5-a481-0a560a9b4751
Diffstat (limited to 'src')
-rw-r--r--src/Slicing.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/Slicing.c b/src/Slicing.c
index c35864f..318bb32 100644
--- a/src/Slicing.c
+++ b/src/Slicing.c
@@ -215,7 +215,9 @@ int Einstein_RegisterTimeToSlice(int handle, int (*func)(cGH *))
@@*/
-void Einstein_ActivateSlicing(cGH *GH) {
+void Einstein_ActivateSlicing(cGH *GH)
+{
+
DECLARE_CCTK_PARAMETERS
struct Einstein_slicing *slic;
@@ -333,7 +335,10 @@ void Einstein_ActivateSlicing(cGH *GH) {
}
#endif
+ USE_CCTK_PARAMETERS
+
}
+
/*@@
@routine Einstein_GetSlicingHandle
@date Thu Jul 22 11:30:47 1999
@@ -508,6 +513,9 @@ void Einstein_SetNextSlicing(cGH *GH) {
CCTK_INFO(info);
if (info) free(info);
}
+
+ USE_CCTK_PARAMETERS
+
}