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

◆ compare_elems()

int M2::ARingTower::compare_elems ( ElementType f,
ElementType g ) const
inline

Definition at line 247 of file aring-tower.hpp.

248 {
249 // TODO: write this
250 (void) f;
251 (void) g;
252 return 0;
253 }