#ifndef NO_QT -> #ifdef QT_VERSION
This commit is contained in:
parent
ca7a42f881
commit
99440c4e62
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue