aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodale <goodale@7ec00dc9-1e7a-42ad-bf73-a299ee168e72>2002-04-16 21:15:02 +0000
committergoodale <goodale@7ec00dc9-1e7a-42ad-bf73-a299ee168e72>2002-04-16 21:15:02 +0000
commitd6738fe1c1e25fa21825ab83b269c40924889e61 (patch)
tree49a91592333a78eb286aeb2ecd645fd07e0effe7
parent985a7b06d2069e7cb281b7c76315a916d01354e4 (diff)
Updating storage statements to specify that these routines require
storage for three timelevels as per the new schedule.ccl stuff. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/IDScalarWaveCXX/trunk@32 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 f6d4437..2b5def9 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -8,7 +8,7 @@ schedule IDScalarWaveCXX_CheckParameters at CCTK_PARAMCHECK
schedule IDScalarWaveCXX_InitialData at CCTK_INITIAL
{
- STORAGE: wavetoy::scalarevolve
+ STORAGE: wavetoy::scalarevolve[3]
LANG: C
} "Initial data for 3D wave equation"