From 24a2fffab3cc5df7ed53e12a00808a4f0b61496a Mon Sep 17 00:00:00 2001 From: Efi Fogel Date: Mon, 16 Jan 2012 13:17:51 +0000 Subject: [PATCH] 1st revision --- .gitattributes | 1 + Envelope_3/test/Envelope_3/data/triangles/README | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 Envelope_3/test/Envelope_3/data/triangles/README diff --git a/.gitattributes b/.gitattributes index 2bb1f37c187..4956c24fa67 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 diff --git a/Envelope_3/test/Envelope_3/data/triangles/README b/Envelope_3/test/Envelope_3/data/triangles/README new file mode 100644 index 00000000000..1ee001a644c --- /dev/null +++ b/Envelope_3/test/Envelope_3/data/triangles/README @@ -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)."