Commit ed54cf0c authored by sumpfralle's avatar sumpfralle

remove edge definition in TestModel


git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@668 bbaffbd6-741e-11dd-a85d-61de82d9cad9
parent c7d4f06c
......@@ -74,7 +74,6 @@ def get_test_model():
(2, 8, 9, 15, 16, 17),
(2, 9, 0, 17, 18, 2),
(0, 9, 3, 18, 19, 3)):
model.append(Triangle(points[p1], points[p2], points[p3],
lines[l1], lines[l2], lines[l3]))
model.append(Triangle(points[p1], points[p2], points[p3]))
return model
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment