aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorallen <allen@f5a6acaf-da7d-456b-b0a8-35edbc60b392>2000-06-07 20:05:52 +0000
committerallen <allen@f5a6acaf-da7d-456b-b0a8-35edbc60b392>2000-06-07 20:05:52 +0000
commit0c8e8432a8fdc9f2cdf3925b076e29f28abe3acc (patch)
tree92ec2706d1a83f7429d94b0eaf5e8a4c8794a07f /schedule.ccl
parentadc21805703b593168640665489ba966b61ddaa7 (diff)
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
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl20
1 files changed, 0 insertions, 20 deletions
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