aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl7
1 files changed, 6 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 91ea515..052e424 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -1,9 +1,14 @@
# Schedule definitions for thorn IDScalarWave
# $Header$
+schedule IDScalarWaveCXX_CheckParameters at CCTK_PARAMCHECK
+{
+ LANG: C
+} "Check parameters"
+
schedule IDScalarWaveCXX_InitialData at CCTK_INITIAL
{
- STORAGE: wavetoy::scalarevolve,wavetoy::scalarold
+ STORAGE: wavetoy::scalarevolve
COMMUNICATION: wavetoy::scalarevolve
LANG: C
} "Initial data for 3D wave equation"