Remove all BENCHMARK defines

This commit is contained in:
heckflosse
2018-01-22 19:04:42 +01:00
parent ac1238e774
commit fc77fd6964
5 changed files with 0 additions and 5 deletions

View File

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