aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Slicing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Slicing.c b/src/Slicing.c
index a010e58..2a5639a 100644
--- a/src/Slicing.c
+++ b/src/Slicing.c
@@ -223,7 +223,7 @@ void Einstein_ActivateSlicing(cGH *GH)
struct Einstein_slicing *slic;
CCTK_INT *active_slicing_handle;
- int handle, priority, h,i;
+ int handle, priority,i;
char *err, *split_string;
char *item=NULL, *after=NULL;