瀏覽代碼

uncomment an assert

avadapal 2 年之前
父節點
當前提交
aef1b8ef1f
共有 1 個文件被更改,包括 1 次插入1 次删除
  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)
         {