aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@edbb7e70-9571-45d5-a481-0a560a9b4751>2004-05-30 08:22:11 +0000
committerschnetter <schnetter@edbb7e70-9571-45d5-a481-0a560a9b4751>2004-05-30 08:22:11 +0000
commit13a9ef451966b471826941276e62469cfa006580 (patch)
treefb68e343b3979cfdcc4a6fce21f7aeaba4dfb339
parent6029755335ee4e73061d767790f44f00718adf57 (diff)
Fix comment explaining the code.
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/CoordGauge/trunk@55 edbb7e70-9571-45d5-a481-0a560a9b4751
-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.