From e176cfe128cda2ed0da1fba3de0baff7975a9cba Mon Sep 17 00:00:00 2001 From: allen Date: Wed, 12 Jan 2000 13:13:51 +0000 Subject: Adding USE_CCTK_PARAMETERS git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/CoordGauge/trunk@20 edbb7e70-9571-45d5-a481-0a560a9b4751 --- src/Slicing.c | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 + } -- cgit v1.2.3