PolygonalMesh Debugging: forgot a debugging prntf
This commit is contained in:
parent
614f49c053
commit
e8d745dd10
|
@ -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()];
|
||||
|
|
Loading…
Reference in New Issue