merge with dev

This commit is contained in:
Desmis
2020-01-27 11:20:58 +01:00

View File

@@ -790,6 +790,10 @@ BENCHFUN
} }
} }
if (std::isnan(radius)) {
return;
}
if (showMask) { if (showMask) {
array2D<float>& L = blue; // blue will be overridden anyway => we can use its buffer to store L array2D<float>& L = blue; // blue will be overridden anyway => we can use its buffer to store L
#ifdef _OPENMP #ifdef _OPENMP