
#include "halfedge.h"

int HalfEdge::_allocated = 0;

void HalfEdge::CopyFrom(const HalfEdge&) {

	cerr << "Error!  Don't copy HalfEdges!" << endl;
	cerr << ((HalfEdge *) (NULL))->_flag;
}
