From 5037534af3cb79d0c8699acd93fd5d70ceca3a64 Mon Sep 17 00:00:00 2001 From: lanfer Date: Thu, 9 Mar 2000 08:15:58 +0000 Subject: schedule the binary sources after WaveToy_Evolution git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/IDScalarWave/trunk@33 f5a6acaf-da7d-456b-b0a8-35edbc60b392 --- schedule.ccl | 4 ++-- 1 file 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 -- cgit v1.2.3