Przeglądaj źródła

uncomment an assert

avadapal 2 lat temu
rodzic
commit
aef1b8ef1f
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      heap.cpp

+ 1 - 1
heap.cpp

@@ -385,7 +385,7 @@ void Heap(MPCIO &mpcio, const PRACOptions &opts, char **args)
         }
 
         std::cout << std::endl << "=============[Insert Done]================" << std::endl << std::endl;
-        //tree.verify_heap_property(tio, yield);
+        tree.verify_heap_property(tio, yield);
 
         for(size_t j = 0; j < 2; ++j)
         {