aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodale <goodale@b9286e40-80fe-41ab-903a-d6b447012e1e>2002-04-16 21:15:03 +0000
committergoodale <goodale@b9286e40-80fe-41ab-903a-d6b447012e1e>2002-04-16 21:15:03 +0000
commit48e76a1f76037547dcc809cdfac943decd1e19a1 (patch)
tree7d752c395e2f231c6f7db9800fc9bab3ea09da20
parenta9eb571f9a3d4d465a872eecab4ff366f04f5e92 (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/WaveBinarySource/trunk@31 b9286e40-80fe-41ab-903a-d6b447012e1e
-rw-r--r--schedule.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 35bcaf6..9341491 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -3,6 +3,6 @@
schedule WaveBinaryC at EVOL after WaveToy_Evolution
{
- STORAGE: wavetoy::scalarevolve
+ STORAGE: wavetoy::scalarevolve[3]
LANG: C
} "Provide binary source during evolution (C)"