From 6a4c51dbeefab54e506339eda1f2ab0deaac4628 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Sun, 14 Nov 2004 05:31:04 +0000
Subject: [PATCH] set lc=0.1 by default, since the default viewport size is of
 order 1

---
 Fltk/GUI.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Fltk/GUI.cpp b/Fltk/GUI.cpp
index 88d4dd4989..4307408600 100644
--- a/Fltk/GUI.cpp
+++ b/Fltk/GUI.cpp
@@ -1,4 +1,4 @@
-// $Id: GUI.cpp,v 1.380 2004-11-13 22:52:45 geuzaine Exp $
+// $Id: GUI.cpp,v 1.381 2004-11-14 05:31:04 geuzaine Exp $
 //
 // Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
 //
@@ -3586,7 +3586,7 @@ void GUI::create_geometry_context_window(int num)
       context_geometry_input[4] = new Fl_Input(2 * WB, 2 * WB + 3 * BH, IW, BH, "Z coordinate");
       context_geometry_input[4]->value("0.0");
       context_geometry_input[5] = new Fl_Input(2 * WB, 2 * WB + 4 * BH, IW, BH, "Characteristic length");
-      context_geometry_input[5]->value("1.0");
+      context_geometry_input[5]->value("0.1");
       for(i = 2; i < 6; i++) {
         context_geometry_input[i]->align(FL_ALIGN_RIGHT);
       }
-- 
GitLab