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

◆ ~ResPolynomial()

ResPolynomial::~ResPolynomial ( )
inline

Definition at line 90 of file res-poly-ring.hpp.

91 {
92 if (!coeffs.isNull()) npoly_destructor++;
93 // std::cout << "Calling ~poly()" << std::endl << std::flush;
94 }
ElementArray coeffs
static long npoly_destructor

References coeffs, and npoly_destructor.