aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl7
1 files changed, 5 insertions, 2 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 4552608..1831615 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -1,4 +1,4 @@
-# Schedule definitions for thorn WaveToy90
+# Schedule definitions for thorn WaveToyF90
# $Header$
STORAGE: scalarevolve[3]
@@ -23,4 +23,7 @@ schedule WaveToyF90_Boundaries as WaveToy_Boundaries at EVOL AFTER WaveToy_Evolu
{
LANG: Fortran
} "Boundaries of 3D wave equation"
-
+
+schedule GROUP ApplyBCs at EVOL after WaveToy_Evolution
+{
+} "Apply boundary conditions"