aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl11
1 files changed, 0 insertions, 11 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 7d33d09..2b443e2 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -11,22 +11,11 @@ schedule WaveToyF90_InitSymBound at CCTK_BASEGRID
LANG: Fortran
} "Schedule symmetries"
-schedule WaveToyF90_CheckParameters at CCTK_PARAMCHECK
-{
- LANG: Fortran
-} "Check parameters"
-
-
# The basic fields always need memory and communication
# -----------------------------------------------------
STORAGE: scalarevolve,scalarold
COMMUNICATION: scalarevolve
-schedule WaveToyF90_InitialData at CCTK_INITIAL AFTER test
-{
- LANG: Fortran
-} "Initial data for 3D wave equation"
-
# Scalartmps are needed, without communication, during evolution
# --------------------------------------------------------------
schedule WaveToyF90_Evolution at CCTK_EVOL