From 71dc800db76cce021294def0e6c36997a0b76f85 Mon Sep 17 00:00:00 2001 From: goodale Date: Mon, 11 Oct 1999 10:30:21 +0000 Subject: Modified to have precisely the functionality of IDScalarWave - now is another implementation of IDScalarWave. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/IDScalarWaveCXX/trunk@3 7ec00dc9-1e7a-42ad-bf73-a299ee168e72 --- schedule.ccl | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'schedule.ccl') diff --git a/schedule.ccl b/schedule.ccl index 91ea515..052e424 100644 --- a/schedule.ccl +++ b/schedule.ccl @@ -1,9 +1,14 @@ # Schedule definitions for thorn IDScalarWave # $Header$ +schedule IDScalarWaveCXX_CheckParameters at CCTK_PARAMCHECK +{ + LANG: C +} "Check parameters" + schedule IDScalarWaveCXX_InitialData at CCTK_INITIAL { - STORAGE: wavetoy::scalarevolve,wavetoy::scalarold + STORAGE: wavetoy::scalarevolve COMMUNICATION: wavetoy::scalarevolve LANG: C } "Initial data for 3D wave equation" -- cgit v1.2.3