Commit 3735bd46 authored by Andrey Filippov's avatar Andrey Filippov

minor finalizing previoue bug fix - there was another branch

parent 7185641c
......@@ -6972,7 +6972,8 @@ public class MatchSimulatedPattern {
debug_level); // debug level
System.out.println(".... maxActualCorr="+maxActualCorr);
if (maxActualCorr <= 0.0) {
return distortionParameters.errRefineFailed; // 2021
// return distortionParameters.errRefineFailed; // 2021
continue;
}
recalculateWaveVectors(
updateStatus,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment