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

◆ degree_weights()

void LocalRing::degree_weights ( const ring_elem f,
const std::vector< int > & wts,
int & lo,
int & hi ) const
virtual

Reimplemented from Ring.

Definition at line 422 of file localring.cpp.

426{
427 assert(0);
428 // MES: what should this do?
429 lo = hi = 0;
430}