PolygonalMesh Debugging: forgot a debugging prntf

This commit is contained in:
Paolo Cignoni 2014-02-18 20:15:16 +00:00
parent 614f49c053
commit e8d745dd10
1 changed files with 0 additions and 1 deletions

View File

@ -173,7 +173,6 @@ public:
void ImportData(const LeftF & leftF){T::ImportData(leftF);}
inline void Alloc(const int & ns) {
if( _ffpP == NULL){
printf("Doing an alloc\n");
this->__SetVN(ns);
_ffpP = new FaceType*[this->VN()];
_ffiP = new char[this->VN()];