fixed comparisons to build with clang

This commit is contained in:
Erik Frojdh
2019-02-08 10:16:32 +01:00
parent bf0e0ac601
commit 0e120330f4
3 changed files with 3 additions and 3 deletions

View File

@ -103,7 +103,7 @@ int postProcessingFuncs::addFrame(double *data, double *pos, double *I0, double
if (I0>0) {
if (I0 != NULL) {
i0=*I0;
totalI0+=i0;
} else