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

◆ degree_weights()

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

Reimplemented from Ring.

Definition at line 652 of file frac.cpp.

656{
657 assert(0);
658 // MES: what should this do?
659 lo = hi = 0;
660}