From 8f1d3b4102c80ae23aae9b9a04ff89b68038db90 Mon Sep 17 00:00:00 2001
From: Antoine Cyril David Hoffmann <ahoffman@spcpc606.epfl.ch>
Date: Wed, 8 Jul 2020 10:02:47 +0200
Subject: [PATCH] set linfitsolver off

---
 matlab/MOLI_time_solver.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/matlab/MOLI_time_solver.m b/matlab/MOLI_time_solver.m
index 0a13e249..0bd7d118 100644
--- a/matlab/MOLI_time_solver.m
+++ b/matlab/MOLI_time_solver.m
@@ -25,7 +25,7 @@ options.MOLI = 1;    % 1 -> Solve MOLI, 0 -> off
 options.solver.solver = 3;
 
 % MOLI Linear Fit Solver
-options.LinFitSolver = 2;
+options.LinFitSolver = 0;
 
 %% Main parameter scan
 
-- 
GitLab