From 19d0a90a7726a5883d8ace7bc25545298918dcfc Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Sun, 8 Jan 2006 04:43:20 +0000
Subject: [PATCH] *** empty log message ***

---
 benchmarks/bugs/bug_ruled.geo | 19 -------------------
 1 file changed, 19 deletions(-)
 delete mode 100644 benchmarks/bugs/bug_ruled.geo

diff --git a/benchmarks/bugs/bug_ruled.geo b/benchmarks/bugs/bug_ruled.geo
deleted file mode 100644
index 0f5cb1cf6e..0000000000
--- a/benchmarks/bugs/bug_ruled.geo
+++ /dev/null
@@ -1,19 +0,0 @@
-
-// solved by setting the tolerance lower in sys3x3_with_tol (-> again,
-// this arised from a wrong mean plane computation)
-
-//lc = 0.00001;
-lc = 0.001;
-Point(61) = {0.058, -0.005, 0, lc};
-Point(62) = {0.058, -0.005, 0.000625, lc};
-Point(64) = {0.058625, -0.005, 0, lc};
-
-Point(85) = {0.058, -0.006, 0, lc};
-Point(86) = {0.058, -0.006, 0.000625, lc};
-Point(88) = {0.058625, -0.006, 0, lc};
-Line(1) = {86,62};
-Line(2) = {88,64};
-Circle(3) = {62,61,64};
-Circle(4) = {86,85,88};
-Line Loop(5) = {2,-3,-1,4};
-Ruled Surface(6) = {5};
-- 
GitLab