aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodale <goodale@071ba4cb-2270-47cd-a45a-3e542e115664>2002-04-16 21:15:01 +0000
committergoodale <goodale@071ba4cb-2270-47cd-a45a-3e542e115664>2002-04-16 21:15:01 +0000
commit8a2246db859a9a6bfc49c138f040be2ab31b8b53 (patch)
tree159f6c847461e26ee44b6acb35cd7c36d7a138d5
parent97a60a7caf36fabbab10a3c76c9b84d5eaed773d (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/IDScalarWaveC/trunk@23 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 11bd2b2..0d0d4c8 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -8,7 +8,7 @@ schedule IDScalarWaveC_CheckParameters at CCTK_PARAMCHECK
schedule IDScalarWaveC_InitialData at CCTK_INITIAL
{
- STORAGE: wavetoy::scalarevolve
+ STORAGE: wavetoy::scalarevolve[3]
LANG: C
} "Initial data for 3D wave equation"