Explorar o código

Correct a comment

Ian Goldberg hai 1 ano
pai
achega
6b222f9efc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      heap.cpp

+ 1 - 1
heap.cpp

@@ -727,7 +727,7 @@ void Heap(MPCIO & mpcio,  const PRACOptions & opts, char ** args) {
         MinHeap tree(tio.player(), size);
         tree.init(tio, yield);
         // This form of init with a third parameter of n sets the heap
-        // to contain 1, 2, 3, ..., n.
+        // to contain 100, 200, 300, ..., 100*n.
         tree.init(tio, yield, (size_t(1) << heapdepth) - 1);
         std::cout << "\n===== Init Stats =====\n";
         tio.sync_lamport();