Macaulay2 Engine
Loading...
Searching...
No Matches

◆ debug_check() [1/2]

template<typename Key>
void ResF4MonomialLookupTableT< Key >::debug_check ( ) const
private

Definition at line 510 of file res-f4-monlookup.cpp.

511{
512 int nfound = 0;
513 for (typename VECTOR(mi_node *)::const_iterator i = mis.begin();
514 i != mis.end();
515 i++)
516 {
517 if (*i != NULL) nfound += debug_check(*i, nullptr);
518 }
519 assert(count / 2 == nfound);
520}
#define VECTOR(T)
Definition newdelete.hpp:78

References count, debug_check(), and VECTOR.