aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorhawke <hawke@578cdeb0-5ea1-4b81-8215-5a3b8777ee0b>2004-04-05 11:00:13 +0000
committerhawke <hawke@578cdeb0-5ea1-4b81-8215-5a3b8777ee0b>2004-04-05 11:00:13 +0000
commit05a3966e37e85df6e79d6bb937615edf77fa2762 (patch)
tree1fcfa94d68481b61ab7bab96a106b2599eddf821 /schedule.ccl
parent258460c3b03697b292fa865c268a538f3642a0c3 (diff)
One more time; change the storage statements for permanent array
scratch space. Should not have caused an error because of the temporary statements. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/MoL/trunk@62 578cdeb0-5ea1-4b81-8215-5a3b8777ee0b
Diffstat (limited to 'schedule.ccl')
-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