Skip to content
Snippets Groups Projects
Commit 33a7f609 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

*** empty log message ***

parent 83e88d33
Branches
Tags
No related merge requests found
// $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: // To make the interface as visually consistent as possible, please:
// - use the IW, BB, BH, BW and WB values // - use the IW, BB, BH, BW and WB values
...@@ -2160,11 +2160,7 @@ void GUI::create_about_window(){ ...@@ -2160,11 +2160,7 @@ void GUI::create_about_window(){
o->add("@c@.Christophe Geuzaine and Jean-Franois Remacle"); o->add("@c@.Christophe Geuzaine and Jean-Franois Remacle");
o->add(""); o->add("");
o->add("@c@.Please send all questions and bug reports to"); 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"); o->add("@c@b@.gmsh@geuz.org");
#endif
o->add(""); o->add("");
sprintf(buffer, "@c@.Version: %d.%d.%d", GMSH_MAJOR_VERSION, sprintf(buffer, "@c@.Version: %d.%d.%d", GMSH_MAJOR_VERSION,
GMSH_MINOR_VERSION, GMSH_PATCH_VERSION); o->add(buffer); GMSH_MINOR_VERSION, GMSH_PATCH_VERSION); o->add(buffer);
......
...@@ -32,5 +32,8 @@ Line(12) = {16,17}; ...@@ -32,5 +32,8 @@ Line(12) = {16,17};
Line(13) = {17,18}; Line(13) = {17,18};
Line(14) = {18,19}; Line(14) = {18,19};
Line(15) = {19,20}; 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; Mesh.Algorithm = 2;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment