#ifndef NO_QT -> #ifdef QT_VERSION

This commit is contained in:
Paolo Cignoni 2013-07-16 15:44:52 +00:00
parent ca7a42f881
commit 99440c4e62
1 changed files with 25 additions and 25 deletions

View File

@ -294,7 +294,7 @@ template <class OLD_MESH_TYPE,class NEW_MESH_TYPE, class FLT, class DISTFUNCTOR
} while(flippedCnt>0);
#ifndef NO_QT
#ifdef QT_VERSION
if(flippedTot>0)
qDebug("Flipped %i values in %i times",flippedTot,flippedTimes);
#endif