Skip to content
Snippets Groups Projects
Commit f92e8b9e authored by Ludovic Noels's avatar Ludovic Noels
Browse files

typo

parent 6aeac1ac
Branches
Tags getdp_3_0_4
No related merge requests found
......@@ -43,7 +43,7 @@ for ss in range(maxS):
k = ss+1
phi1 = allPt[ss,0]*np.pi
phi2 = allPt[ss,1]*2*np.pi
print(f'make path {k} with phi1 = {phi1} and phi2 = {phi2}')
print('make path {k} with phi1 = {phi1} and phi2 = {phi2}')
epsXXmax, epsYYmax, epsXYmax =makePath(Rmax,phi1,phi2)
print(epsXXmax, epsYYmax, epsXYmax)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment