Definition at line 180 of file spair.cpp.
181{
185 int i = 0;
187 {
188 i++;
190 {
191 std::cerr << "too many spairs: aborting" << std::endl;
192 std::cerr <<
"n_in_heap[" << i <<
"]=" <<
n_in_heap[i - 1]
193 << std::endl;
194 abort();
195 }
198 heap[i - 1] =
nullptr;
200 }
203}
s_pair * merge(s_pair *f, s_pair *g) const
static const int spair_heap_size[NHEAP]
References heap, merge(), n_in_heap, nelems, NHEAP, p, spair_heap_size, and top_of_heap.
Referenced by put_back().