From 33a7f60966a4ec0b83a231ceb3bf3e0557d55ee2 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Mon, 18 Feb 2002 18:01:05 +0000
Subject: [PATCH] *** empty log message ***

---
 Fltk/GUI.cpp                   | 6 +-----
 benchmarks/2d/Square-Attr2.geo | 5 ++++-
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/Fltk/GUI.cpp b/Fltk/GUI.cpp
index f7d0440d5b..9081753fd1 100644
--- a/Fltk/GUI.cpp
+++ b/Fltk/GUI.cpp
@@ -1,4 +1,4 @@
-// $Id: GUI.cpp,v 1.152 2002-02-16 00:18:29 geuzaine Exp $
+// $Id: GUI.cpp,v 1.153 2002-02-18 18:01:05 geuzaine Exp $
 
 // To make the interface as visually consistent as possible, please:
 // - use the IW, BB, BH, BW and WB values
@@ -2160,11 +2160,7 @@ void GUI::create_about_window(){
     o->add("@c@.Christophe Geuzaine and Jean-Fran�ois Remacle");
     o->add("");
     o->add("@c@.Please send all questions and bug reports to");
-#if (FL_MAJOR_VERSION == 1) && (FL_MINOR_VERSION == 1)
-    o->add("@c@b@.gmsh@@geuz.org");
-#else
     o->add("@c@b@.gmsh@geuz.org");
-#endif
     o->add("");
     sprintf(buffer, "@c@.Version: %d.%d.%d", GMSH_MAJOR_VERSION, 
 	    GMSH_MINOR_VERSION, GMSH_PATCH_VERSION); o->add(buffer);
diff --git a/benchmarks/2d/Square-Attr2.geo b/benchmarks/2d/Square-Attr2.geo
index 36885a49d4..8ddc3db342 100644
--- a/benchmarks/2d/Square-Attr2.geo
+++ b/benchmarks/2d/Square-Attr2.geo
@@ -32,5 +32,8 @@ Line(12) = {16,17};
 Line(13) = {17,18};         
 Line(14) = {18,19};         
 Line(15) = {19,20};         
-Attractor Line{7,8,9,10,11,12,13,14,15} = {.2,0.002,10} ; 
+// OK:
+Attractor Line{7,8,9,10,11,12,13,14,15} = {.1,0.01,10} ;
+// Argh:
+//Attractor Line{7,8,9,10,11,12,13,14,15} = {.2,0.002,10} ; 
 Mesh.Algorithm = 2;
-- 
GitLab