aboutsummaryrefslogtreecommitdiff
path: root/src/Slicing.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Slicing.c')
-rw-r--r--src/Slicing.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Slicing.c b/src/Slicing.c
index b18202c..4eef7e7 100644
--- a/src/Slicing.c
+++ b/src/Slicing.c
@@ -11,8 +11,8 @@
* The slicing is REGISTERED in a startup routine of the thorn
providing the slicing.
* This structure (HandledData) is created during STARTUP
- * This strucure is initialized during CCTK_INITIAL
- * This structure is evaluted during a CCTK_PRESTEP and an integer
+ * This strucure is initialized during CCTK_WRAGH
+ * This structure is evaluated during a CCTK_PRESTEP and an integer
active_slicing_handle defines which slicing is next.
All slicings have to check if they match this handle and only
then take their turn.