Disabled StopWatch

This commit is contained in:
heckflosse
2016-06-17 15:55:20 +02:00
parent 5703eb5ebc
commit b8b98e0924

View File

@@ -37,7 +37,7 @@
#include <omp.h>
#endif
#include "opthelper.h"
#define BENCHMARK
//#define BENCHMARK
#include "StopWatch.h"
#define clipretinex( val, minv, maxv ) (( val = (val < minv ? minv : val ) ) > maxv ? maxv : val )
#undef CLIPD