Browse Source

uncomment an assert

avadapal 2 years ago
parent
commit
aef1b8ef1f
1 changed files with 1 additions and 1 deletions
  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)
         {