mirror of https://github.com/CGAL/cgal
1st revision
This commit is contained in:
parent
ee0dea4eef
commit
24a2fffab3
|
|
@ -1517,6 +1517,7 @@ Envelope_3/test/Envelope_3/data/spheres/stest6.cin -text
|
|||
Envelope_3/test/Envelope_3/data/spheres/stest7.cin -text
|
||||
Envelope_3/test/Envelope_3/data/spheres/stest8.cin -text
|
||||
Envelope_3/test/Envelope_3/data/spheres/stest9.cin -text
|
||||
Envelope_3/test/Envelope_3/data/triangles/README -text
|
||||
Envelope_3/test/Envelope_3/data/triangles/edge_bug.cin -text
|
||||
Envelope_3/test/Envelope_3/data/triangles/edge_bug_all.cin -text
|
||||
Envelope_3/test/Envelope_3/data/triangles/grid_inter_tri_const_envelope.cin -text
|
||||
|
|
|
|||
|
|
@ -0,0 +1,2 @@
|
|||
test13.cin - this tests a bug fixed by Ophir on May 2011 in Envelope_3/Envelope_element_visitor_3.h.
|
||||
In Ophir words: "for some reason, if the intersection between to surfaces on an overlay edge is a points, which is also the source of this edge, the code decides that this is an overlap, and so, the edges are equal (where they are not)."
|
||||
Loading…
Reference in New Issue