aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodale <goodale@f5a6acaf-da7d-456b-b0a8-35edbc60b392>2002-04-16 21:15:01 +0000
committergoodale <goodale@f5a6acaf-da7d-456b-b0a8-35edbc60b392>2002-04-16 21:15:01 +0000
commitcef3f8377f4ab8541874980b995a1401fd47ee6d (patch)
tree74473f4cd30b7418068e33259c8f4922522d7bfb
parent0d66e5f5f44d770c02e97b9926b2eab5a2929d52 (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/IDScalarWave/trunk@54 f5a6acaf-da7d-456b-b0a8-35edbc60b392
-rw-r--r--schedule.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 7c128ca..138c7ef 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -8,7 +8,7 @@ schedule IDScalarWave_CheckParameters at CCTK_PARAMCHECK
schedule IDScalarWave_InitialData at CCTK_INITIAL
{
- STORAGE: wavetoy::scalarevolve
+ STORAGE: wavetoy::scalarevolve[3]
LANG: Fortran
} "Initial data for 3D wave equation"