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

default set to multithreaded

parent 6b2292a8
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -237,7 +237,7 @@ public class FocusingField {
	private double firstRMS=-1.0; // RMS before current series of LMA started
	private double firstRMS=-1.0; // RMS before current series of LMA started
	private double firstRMSPure=-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
	private boolean multiJacobian=true; // to try multithreaded mode