aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallen <allen@7ec00dc9-1e7a-42ad-bf73-a299ee168e72>2002-05-17 20:11:10 +0000
committerallen <allen@7ec00dc9-1e7a-42ad-bf73-a299ee168e72>2002-05-17 20:11:10 +0000
commitca2aff53c7c3b77c8991b32c61197de2e7081213 (patch)
treea55e175a89aeb05c9386d241203d553c42dd20d7
parentd6738fe1c1e25fa21825ab83b269c40924889e61 (diff)
Alias initial data routine to WaveToy_InitialData
git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/IDScalarWaveCXX/trunk@34 7ec00dc9-1e7a-42ad-bf73-a299ee168e72
-rw-r--r--schedule.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 2b5def9..9329064 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -6,7 +6,7 @@ schedule IDScalarWaveCXX_CheckParameters at CCTK_PARAMCHECK
LANG: C
} "Check parameters"
-schedule IDScalarWaveCXX_InitialData at CCTK_INITIAL
+schedule IDScalarWaveCXX_InitialData at CCTK_INITIAL as WaveToy_InitialData
{
STORAGE: wavetoy::scalarevolve[3]
LANG: C