aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--schedule.ccl4
1 files changed, 2 insertions, 2 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 4e599af..ddc4857 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -4,7 +4,7 @@
if (CCTK_Equals(binary_source,"yes")||CCTK_Equals(binary_source,"fast"))
{
- schedule WaveBinary at EVOL after WaveToyF77_Evolution
+ schedule WaveBinary at EVOL after WaveToy_Evolution
{
STORAGE: wavetoy::scalarevolve
LANG: Fortran
@@ -13,7 +13,7 @@ if (CCTK_Equals(binary_source,"yes")||CCTK_Equals(binary_source,"fast"))
if (CCTK_Equals(binary_source,"slow"))
{
- schedule WaveBinarySlow at EVOL after WaveToyF77_Evolution
+ schedule WaveBinarySlow at EVOL after WaveToy_Evolution
{
STORAGE: wavetoy::scalarevolve
LANG: Fortran