From 5e5ee68285783cbe245f0812103483195c1f4f7a Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Tue, 16 Dec 2003 20:22:35 +0000
Subject: [PATCH] increment the factor more slowly

---
 Mesh/3D_Extrude.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Mesh/3D_Extrude.cpp b/Mesh/3D_Extrude.cpp
index b826b0cd35..956c918357 100644
--- a/Mesh/3D_Extrude.cpp
+++ b/Mesh/3D_Extrude.cpp
@@ -1,4 +1,4 @@
-// $Id: 3D_Extrude.cpp,v 1.70 2003-12-16 17:36:56 geuzaine Exp $
+// $Id: 3D_Extrude.cpp,v 1.71 2003-12-16 20:22:35 geuzaine Exp $
 //
 // Copyright (C) 1997-2003 C. Geuzaine, J.-F. Remacle
 //
@@ -1094,7 +1094,7 @@ int Extrude_Mesh(Tree_T * Volumes)
 	break;
       }
       else{
-	RANDOM_SWAP_FACT += 0.1;
+	RANDOM_SWAP_FACT += 0.05;
 	Msg(INFO, "Setting random swapping factor to %g", RANDOM_SWAP_FACT);
       }
     }
-- 
GitLab