Skip to content

Commit ffedd59

Browse files
committed
make message more informational
1 parent cd90061 commit ffedd59

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

misc/check_tetrahedra.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@
7070

7171
#print maxtet, max_ratio
7272

73-
print(sum(actual_volumes))
74-
print(sum(tetrahedron_volumes))
73+
print(f"{sum(actual_volumes)}\tVolume calculated from tetrahedra edge volumes")
74+
print(f"{sum(tetrahedron_volumes)}\tVolume from tetrahedra")
7575

7676

7777

0 commit comments

Comments
 (0)