From 38683b07f4a1f5a4d712b3f34583de1c26d2fe86 Mon Sep 17 00:00:00 2001 From: Nicolas Forquet <nicolas.forquet@irstea.fr> Date: Tue, 29 Oct 2019 11:32:03 +0100 Subject: [PATCH] =?UTF-8?q?correction=20du=20nom=20du=20fichier=20ABMN.txt?= =?UTF-8?q?=20pour=20=C3=AAtre=20coh=C3=A9rent=20avec=20celui=20pr=C3=A9se?= =?UTF-8?q?nt=20dans=20le=20d=C3=A9p=C3=B4t.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ohmpy_v_1_01.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ohmpy_v_1_01.py b/ohmpy_v_1_01.py index 9748cbe6..e2a51fd5 100644 --- a/ohmpy_v_1_01.py +++ b/ohmpy_v_1_01.py @@ -55,7 +55,7 @@ stack= 1 # repetition of the current injection for each quadrupole """ Reading the quadripole file """ -N=numpy.loadtxt("ABMN4.txt", delimiter=" ",dtype=int) # load quadripole file +N=numpy.loadtxt("ABMN.txt", delimiter=" ",dtype=int) # load quadripole file for g in range(0,nbr_meas): # for time-lapse monitoring -- GitLab