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

◆ dealloc_poly()

void M2::ARingTower::dealloc_poly ( ARingPolynomial & f) const
private

Definition at line 91 of file aring-tower.cpp.

93{
94 if (f == nullptr) return;
95 delete[] f->polys;
96 delete f;
97 f = nullptr;
98}

Referenced by reset_degree().