From 6cd5634c5a679a10666df19f45aee15f2944e23b Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Fri, 23 Feb 2001 09:43:28 +0000 Subject: [PATCH] JF, le smoothing a l'air encore for bugge. En attendant que ca soit corrige, je remets la valeur par defaut a 0. Tu peux l'activer chez toi simplement en utilisant le fichier .gmsh-options. --- Common/DefaultOptions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/DefaultOptions.h b/Common/DefaultOptions.h index 6c8540c4d8..c13630e1f6 100644 --- a/Common/DefaultOptions.h +++ b/Common/DefaultOptions.h @@ -217,7 +217,7 @@ StringXNumber MeshOptions_Number[] = { StringXNumber PostProcessingOptions_Number[] = { { F|O, "Scales" , opt_post_scales , 1. }, { F|O, "Link" , opt_post_link , 0. }, - { F|O, "Smoothing" , opt_post_smooth , 1. }, + { F|O, "Smoothing" , opt_post_smooth , 0. }, { F|O, "AnimationDelay" , opt_post_anim_delay , 0.25 }, { F, "NbViews" , opt_post_nb_views , 0. }, { 0, NULL , NULL , 0. } -- GitLab