Skip to content
Snippets Groups Projects
Commit aa7dc41f authored by BLANCO-GARCIA's avatar BLANCO-GARCIA
Browse files

fix filename

parent 95f08749
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ def gettouscheklt_SOLEIL_II(ring, beammode='TDR',finname=None):
if finname == None:
momap_pn, s_indexes, s_array = getmomap_SOLEIL_II(ring)
else:
momap_pn, s_indexes, s_array = readmomaphdf5(momapfile)
momap_pn, s_indexes, s_array = readmomaphdf5(finname)
# get touschek lifetime
lt_tou, _, _ = at.touschek.get_lifetime(ring,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment