From 9e35a4fc918d22af05e09e78499fc8cf8881508a Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Tue, 25 Sep 2001 09:41:20 +0000
Subject: [PATCH] *** empty log message ***

---
 benchmarks/bugs/intersect.geo | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 benchmarks/bugs/intersect.geo

diff --git a/benchmarks/bugs/intersect.geo b/benchmarks/bugs/intersect.geo
new file mode 100644
index 0000000000..4ec694f89e
--- /dev/null
+++ b/benchmarks/bugs/intersect.geo
@@ -0,0 +1,19 @@
+lc = 0.007 ;
+Point(1) = {0,  0,  0, 9.e-1 * lc} ;
+Point(2) = {.1, 0,  0, lc} ;
+Point(3) = {.1, .3, 0, lc} ;
+Point(4) = {0,  .3, 0, lc} ;
+
+Line(1) = {1,2} ;
+Line(2) = {3,2} ;
+Line(3) = {3,4} ;
+Line(4) = {4,1} ;
+
+Line Loop(5) = {4,1,-2,3} ;
+Plane Surface(6) = {5} ;
+
+Line(101) = {2,4};
+Line(102) = {1,3};
+
+Intersect;
+
-- 
GitLab