Commit 38683b07 authored by Forquet Nicolas's avatar Forquet Nicolas
Browse files

correction du nom du fichier ABMN.txt pour être cohérent avec celui présent dans le dépôt.

Showing with 1 addition and 1 deletion
+1 -1
......@@ -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
......
Supports Markdown
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