From 0c8e8432a8fdc9f2cdf3925b076e29f28abe3acc Mon Sep 17 00:00:00 2001 From: allen Date: Wed, 7 Jun 2000 20:05:52 +0000 Subject: Removing the binary source initial data to its own thorn git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/IDScalarWave/trunk@38 f5a6acaf-da7d-456b-b0a8-35edbc60b392 --- schedule.ccl | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'schedule.ccl') diff --git a/schedule.ccl b/schedule.ccl index ddc4857..7c128ca 100644 --- a/schedule.ccl +++ b/schedule.ccl @@ -1,26 +1,6 @@ # Schedule definitions for thorn IDScalarWave # $Header$ - -if (CCTK_Equals(binary_source,"yes")||CCTK_Equals(binary_source,"fast")) -{ - schedule WaveBinary at EVOL after WaveToy_Evolution - { - STORAGE: wavetoy::scalarevolve - LANG: Fortran - } "Provide binary source during evolution" -} - -if (CCTK_Equals(binary_source,"slow")) -{ - schedule WaveBinarySlow at EVOL after WaveToy_Evolution - { - STORAGE: wavetoy::scalarevolve - LANG: Fortran - } "Provide binary source during evolution" -} - - schedule IDScalarWave_CheckParameters at CCTK_PARAMCHECK { LANG: Fortran -- cgit v1.2.3