aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodale <goodale@41e88fdd-2190-4c69-9c84-4659c8cf322e>2002-04-16 21:15:02 +0000
committergoodale <goodale@41e88fdd-2190-4c69-9c84-4659c8cf322e>2002-04-16 21:15:02 +0000
commit37a68c1277e184189c63d80b17f663944be88d76 (patch)
tree2b6b82c295aa43dec838cc7253f9ad7d3de082e9
parent44da56827554a609060c90aa64a474633479455d (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/IDScalarWaveElliptic/trunk@45 41e88fdd-2190-4c69-9c84-4659c8cf322e
-rw-r--r--schedule.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 85fc066..171ec21 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -3,6 +3,6 @@
schedule UniformCharge at CCTK_INITIAL
{
- STORAGE: wavetoy::scalarevolve,ellcoeffs,outvars
+ STORAGE: wavetoy::scalarevolve[3],ellcoeffs,outvars
LANG: Fortran
} "Initial data (Uniform Charge) for 3D wave equation"