From 71b63a2a1f68f7d1f92cadadb752040cd837f468 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Mon, 4 Dec 2006 17:22:52 +0000
Subject: [PATCH] *** empty log message ***

---
 benchmarks/2d/many_holes.geo | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/benchmarks/2d/many_holes.geo b/benchmarks/2d/many_holes.geo
index 839d2c13aa..56f62c9b45 100644
--- a/benchmarks/2d/many_holes.geo
+++ b/benchmarks/2d/many_holes.geo
@@ -1,6 +1,6 @@
-Point(1) = {0,0,0,50};
-Point(2) = {1473.175,0,0,50};
-Point(3) = {0,1473.75,0,50};
+Point(1) = {0,0,0,10};
+Point(2) = {1473.175,0,0,10};
+Point(3) = {0,1473.75,0,10};
 
 Circle (1) = {2,1,3};
 Line (2) = {1,2};
@@ -12,10 +12,10 @@ Line Loop(10) = {1,-3,2};
 
 Function TubeHole
 
- p1 = newp; Point(p1) = {x,y,0,1};
- p2 = newp; Point(p2) = {x+r,y,0,1};
- p3 = newp; Point(p3) = {x,y+r,0,1};
- p4 = newp; Point(p4) = {x-0.71*r,y-0.71*r,0,1};
+ p1 = newp; Point(p1) = {x,y,0,4};
+ p2 = newp; Point(p2) = {x+r,y,0,4};
+ p3 = newp; Point(p3) = {x,y+r,0,4};
+ p4 = newp; Point(p4) = {x-0.71*r,y-0.71*r,0,4};
 
 c1 = newreg; Circle(c1) = {p2,p1,p3};
 c2 = newreg; Circle(c2) = {p3,p1,p4};
-- 
GitLab