From 4fd3a4ce10a70aed5375da652d594f8f402373ec Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Fri, 14 May 2004 01:17:53 +0000
Subject: [PATCH] set default number of smoothing passes to 1

---
 Common/DefaultOptions.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Common/DefaultOptions.h b/Common/DefaultOptions.h
index af98dbf071..510e3ea7fd 100644
--- a/Common/DefaultOptions.h
+++ b/Common/DefaultOptions.h
@@ -807,7 +807,7 @@ StringXNumber MeshOptions_Number[] = {
     "Ignore Physical definitions and save all elements" },
   { F|O, "ScalingFactor" , opt_mesh_scaling_factor , 1.0 ,
     "Global scaling factor applied to the saved mesh" },
-  { F|O, "Smoothing" , opt_mesh_nb_smoothing , 0. ,
+  { F|O, "Smoothing" , opt_mesh_nb_smoothing , 1. ,
     "Number of smoothing steps applied to the final mesh" },
   { F|O, "SpeedMax" , opt_mesh_speed_max , 0. ,
     "Disable dubious point insertion tests" },
-- 
GitLab