aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallen <allen@071ba4cb-2270-47cd-a45a-3e542e115664>2002-05-17 20:10:47 +0000
committerallen <allen@071ba4cb-2270-47cd-a45a-3e542e115664>2002-05-17 20:10:47 +0000
commitf1689bb5e25fea57be6b3dacf59a8440a4ab0e7a (patch)
treea7a6cbdc58c8f0b27048020f17cad42fa06a4e4a
parent8a2246db859a9a6bfc49c138f040be2ab31b8b53 (diff)
Alias initial data routine to WaveToy_InitialData
git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/IDScalarWaveC/trunk@25 071ba4cb-2270-47cd-a45a-3e542e115664
-rw-r--r--schedule.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 0d0d4c8..684488e 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -6,7 +6,7 @@ schedule IDScalarWaveC_CheckParameters at CCTK_PARAMCHECK
LANG: C
} "Check parameters"
-schedule IDScalarWaveC_InitialData at CCTK_INITIAL
+schedule IDScalarWaveC_InitialData at CCTK_INITIAL as WaveToy_InitialData
{
STORAGE: wavetoy::scalarevolve[3]
LANG: C