From f92e8b9e0fa16ded13cd5d5cc1ad18ca6f530d56 Mon Sep 17 00:00:00 2001 From: noels ludovic <l.noels@ulg.ac.be> Date: Wed, 21 Sep 2022 16:21:50 +0200 Subject: [PATCH] typo --- dG3D/benchmarks/DMN_FE2_Void/DMN/RVESimulations/createPath.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dG3D/benchmarks/DMN_FE2_Void/DMN/RVESimulations/createPath.py b/dG3D/benchmarks/DMN_FE2_Void/DMN/RVESimulations/createPath.py index 46dd4a9a2..9e98159c0 100755 --- a/dG3D/benchmarks/DMN_FE2_Void/DMN/RVESimulations/createPath.py +++ b/dG3D/benchmarks/DMN_FE2_Void/DMN/RVESimulations/createPath.py @@ -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) -- GitLab