aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--schedule.ccl7
1 files changed, 7 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 7d15686..e1a2031 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -22,7 +22,14 @@ if (MoL_Memory_Always_On)
if (MoL_Num_Scratch_Levels)
{
STORAGE: ScratchSpace
+ if (MoL_Max_Evolved_Array_Size)
+ {
+ STORAGE: ArrayScratchSpace
+ }
}
+ }
+ else if (MoL_Num_Scratch_Levels)
+ {
if (MoL_Max_Evolved_Array_Size)
{
STORAGE: ArrayScratchSpace