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

typo

parent 6aeac1ac
No related branches found
No related tags found
No related merge requests found
...@@ -43,7 +43,7 @@ for ss in range(maxS): ...@@ -43,7 +43,7 @@ for ss in range(maxS):
k = ss+1 k = ss+1
phi1 = allPt[ss,0]*np.pi phi1 = allPt[ss,0]*np.pi
phi2 = allPt[ss,1]*2*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) epsXXmax, epsYYmax, epsXYmax =makePath(Rmax,phi1,phi2)
print(epsXXmax, epsYYmax, epsXYmax) 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