Skip to content

Commit 50f0053

Browse files
VM10 check test
1 parent 78f8555 commit 50f0053

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/06-verif-manual/vm-008-parametric_calculation.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
x2, y2, z2 = -200, 25, 80
4848
dist_kp = math.sqrt((x2 - x1)**2 + (y2 - y1)**2 + (z2 - z1)**2)
4949
print(dist_kp)
50+
5051
"""
5152

5253
###############################################################################

0 commit comments

Comments
 (0)