From 94090b82eec69c72a7c44c59de5afc09cca76bd1 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Sat, 5 May 2007 08:15:55 +0000
Subject: [PATCH] *** empty log message ***

---
 Mesh/meshGFace.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Mesh/meshGFace.cpp b/Mesh/meshGFace.cpp
index 1d98ab5c14..c2ae292e84 100644
--- a/Mesh/meshGFace.cpp
+++ b/Mesh/meshGFace.cpp
@@ -1,4 +1,4 @@
-// $Id: meshGFace.cpp,v 1.76 2007-05-05 08:11:08 geuzaine Exp $
+// $Id: meshGFace.cpp,v 1.77 2007-05-05 08:15:55 geuzaine Exp $
 //
 // Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle
 //
@@ -725,8 +725,8 @@ bool gmsh2DMeshGenerator ( GFace *gf , bool debug = true)
     }
 
 
-  /// Increase the size of the bounding box by 20 %
-  bbox *= 1.5;
+  /// Increase the size of the bounding box
+  bbox *= 2.5;
   /// add 4 points than encloses the domain
   /// Use negative number to distinguish thos fake vertices
   MVertex *bb[4];
-- 
GitLab