Skip to content
Snippets Groups Projects
Commit 3542f5dc authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Fix comment in tesselate

parent e4dec607
No related branches found
No related tags found
No related merge requests found
......@@ -27,8 +27,8 @@ def tesselatetri():
if len(result) > 0:
return [node_tuples, result]
for current in node_tuples:
# this is a tesselation of a cube into six tets.
# subtets that fall outside of the master tet are simply not added.
# this is a tesselation of a square into two triangles.
# subtriangles that fall outside of the master tet are simply not added.
# positively oriented
try_add_tri(current, (0, 0), (1, 0), (0, 1))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment