소스 검색

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)
         {