From d54a0a67ab1c860bc5a3fe538a777d53bf9a1048 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Tue, 14 Feb 2017 05:56:19 +0000
Subject: [PATCH]

---
 demos/boolean/fillet2.geo | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/demos/boolean/fillet2.geo b/demos/boolean/fillet2.geo
index 5aa13c395a..4bfbbc2410 100644
--- a/demos/boolean/fillet2.geo
+++ b/demos/boolean/fillet2.geo
@@ -8,6 +8,6 @@ a() = ShapeFromFile("component8.step");
 f() = Boundary{ Volume{a()}; };
 e() = Unique( Boundary{ Surface{f()}; } );
 
-Fillet{a()}{e()}{1.5}
+Fillet{a()}{e()}{1}
 
 Delete{ Volume{a()}; Surface{f()}; Line{e()}; }
-- 
GitLab