We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd90061 commit ffedd59Copy full SHA for ffedd59
1 file changed
misc/check_tetrahedra.py
@@ -70,8 +70,8 @@
70
71
#print maxtet, max_ratio
72
73
-print(sum(actual_volumes))
74
-print(sum(tetrahedron_volumes))
+print(f"{sum(actual_volumes)}\tVolume calculated from tetrahedra edge volumes")
+print(f"{sum(tetrahedron_volumes)}\tVolume from tetrahedra")
75
76
77
0 commit comments