aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
+
}