Skip to content
Snippets Groups Projects
Commit fda31ad3 authored by Christian Gutschow's avatar Christian Gutschow Committed by Frank Winklmeier
Browse files

Generators: add missing + operator in Sherpa_i

Generators: add missing + operator in Sherpa_i
parent 6fcfc0ec
No related branches found
Tags nightly/main/2024-03-09T2001
No related merge requests found
......@@ -25,7 +25,7 @@ EW_SCHEME: 22
if k == 'EW_parameters':
for key,value in v.items():
if key[0] == 'SIN2THETAW':
strpair = '\n' + str(key[0])+'='+str(value) '\n'
strpair = '\n'+str(key[0])+'='+str(value)+'\n'
genSeq.Sherpa_i.BaseFragment += strpair
break
break
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment