// ********************************************** // // destructor for FLOAT_POLY class // // ********************************************** // FLOAT_POLY::~FLOAT_POLY() { if(head!=NULL) delete head; }