aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl5
1 files changed, 4 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 8d71041..772f0c3 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -23,7 +23,10 @@ if (MoL_Memory_Always_On)
{
STORAGE: ScratchSpace
}
- STORAGE: ArrayScratchSpace
+ if (MoL_Max_Evolved_Array_Size)
+ {
+ STORAGE: ArrayScratchSpace
+ }
}
if (MoL_Num_SaveAndRestore_Vars)
{