Browse Source

Singly linked lists are now default for P2012.

Ioannis Koutras 13 years ago
parent
commit
6129857a1a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      DefineOptions.cmake

+ 1 - 1
DefineOptions.cmake

@@ -28,7 +28,7 @@ if (P2012)
   set(MAX_COALESCE_SIZE 60000)
   set(WITH_SPLITTING "variable")
   set(MIN_SPLITTING_SIZE 300)
-  set(BLOCKS_ORGANIZATION "dll")
+  set(BLOCKS_ORGANIZATION "sll")
 endif (P2012)
 
 if (LINUXTEST)