Fix segfault, fixes 5621
This commit is contained in:
@@ -790,6 +790,10 @@ BENCHFUN
|
||||
}
|
||||
}
|
||||
|
||||
if (std::isnan(radius)) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (showMask) {
|
||||
array2D<float>& L = blue; // blue will be overridden anyway => we can use its buffer to store L
|
||||
#ifdef _OPENMP
|
||||
|
Reference in New Issue
Block a user