avadapal 2 роки тому
батько
коміт
c1f33173e2
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      heap.cpp

+ 2 - 2
heap.cpp

@@ -614,9 +614,9 @@ void Heap(MPCIO & mpcio,
         //  std::cout << "num_items " << tree.num_items << std::endl;
         tree.initialize_random(tio, yield);
               // tree.print_heap(tio, yield);
-        #ifdef HEAPIFY
+      
         tree.heapify(tio, yield);
-        #endif
+      
        //tree.print_heap(tio, yield);
 
         std::cout << "\n===== Heapify Stats =====\n";