diff --git a/Fltk/GUI.cpp b/Fltk/GUI.cpp index f7d0440d5b0e1faf071042b23013dcefd7ab1bc3..9081753fd1387683564a2a56729c66c8f67b31e5 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 36885a49d42733d817b34864e8127f21652a2c06..8ddc3db3429471d233d132318cdc39fc3ff449d9 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;