Commit 77c3afd4 authored by Andrey Filippov's avatar Andrey Filippov

default set to multithreaded

parent 6b2292a8
......@@ -237,7 +237,7 @@ public class FocusingField {
private double firstRMS=-1.0; // RMS before current series of LMA started
private double firstRMSPure=-1.0; // RMS before current series of LMA started
public int threadsMax=0; // 0 - old code
public int threadsMax=100; // 0 - old code
private boolean multiJacobian=true; // to try multithreaded mode
......
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