aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlanfer <lanfer@f5a6acaf-da7d-456b-b0a8-35edbc60b392>2000-03-09 08:15:58 +0000
committerlanfer <lanfer@f5a6acaf-da7d-456b-b0a8-35edbc60b392>2000-03-09 08:15:58 +0000
commit5037534af3cb79d0c8699acd93fd5d70ceca3a64 (patch)
tree108347f1b731ee8b2c6fc5b3ab0d2825a980896e
parentc5d41fcaf08d57ae14a565654aa830be6da6d9d4 (diff)
schedule the binary sources after WaveToy_Evolution
git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/IDScalarWave/trunk@33 f5a6acaf-da7d-456b-b0a8-35edbc60b392
-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