aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authortradke <tradke@89daf98e-ef62-4674-b946-b8ff9de2216c>2001-08-17 14:36:24 +0000
committertradke <tradke@89daf98e-ef62-4674-b946-b8ff9de2216c>2001-08-17 14:36:24 +0000
commitcd5dff808032d105124bdb8fe82cf770c1ce4160 (patch)
treed0741371fdf8013ade48f5b6191092e9fb55b2a8 /schedule.ccl
parent9fc482b6b16214b8a15f43e82551a11e60084d80 (diff)
Accidentally switched on storage for a not-yet-existing array.
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@221 89daf98e-ef62-4674-b946-b8ff9de2216c
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 683feca..c6b38dd 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -15,7 +15,7 @@ if (ahf_active)
{
if (ahf_lmax > 0)
{
- STORAGE: out_scalars, out_1d_legen, out_2d_legen, out_2d_gauss
+ STORAGE: out_scalars, out_1d_legen, out_2d_legen
}
if (ahf_persists)