From 085e0e23c7d5a578e9b1e19144efd602e5f1be26 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Tue, 17 Jul 2001 07:00:37 +0000
Subject: [PATCH] *** empty log message ***

---
 Common/Options.cpp  | 8 +++++++-
 Fltk/GUI.cpp        | 7 +++++--
 Motif/CbOptions.cpp | 6 +++---
 www/gmsh.html       | 7 +++++--
 4 files changed, 20 insertions(+), 8 deletions(-)

diff --git a/Common/Options.cpp b/Common/Options.cpp
index 91fbb93c01..b00dfccdc0 100644
--- a/Common/Options.cpp
+++ b/Common/Options.cpp
@@ -1,4 +1,4 @@
-// $Id: Options.cpp,v 1.31 2001-06-28 17:42:08 geuzaine Exp $
+// $Id: Options.cpp,v 1.32 2001-07-17 07:00:37 geuzaine Exp $
 
 #include "Gmsh.h"
 #include "GmshUI.h"
@@ -497,6 +497,8 @@ char * opt_solver_getdp_command(OPT_ARGS_STR){
   if(WID && (action & GMSH_GUI))
     WID->getdp_input[2]->value(GetDP_Info.command);
   return GetDP_Info.command;
+#else
+  return "getdp";
 #endif
 }
 
@@ -1484,6 +1486,8 @@ double opt_solver_getdp_popupmessages(OPT_ARGS_NUM){
   if(WID && (action & GMSH_GUI))
     WID->getdp_butt[0]->value(GetDP_Info.popupmessages);
   return GetDP_Info.popupmessages;
+#else
+  return 1.;
 #endif
 }
 double opt_solver_getdp_mergeviews(OPT_ARGS_NUM){
@@ -1493,6 +1497,8 @@ double opt_solver_getdp_mergeviews(OPT_ARGS_NUM){
   if(WID && (action & GMSH_GUI))
     WID->getdp_butt[1]->value(GetDP_Info.mergeviews);
   return GetDP_Info.mergeviews;
+#else
+  return 1.;
 #endif
 }
 
diff --git a/Fltk/GUI.cpp b/Fltk/GUI.cpp
index ba5959fb0c..cd606697b0 100644
--- a/Fltk/GUI.cpp
+++ b/Fltk/GUI.cpp
@@ -1,4 +1,4 @@
-// $Id: GUI.cpp,v 1.87 2001-06-29 07:27:16 geuzaine Exp $
+// $Id: GUI.cpp,v 1.88 2001-07-17 07:00:37 geuzaine Exp $
 
 // To make the interface as visually consistent as possible, please:
 // - use the BH, BW, WB, IW values for button heights/widths, window borders, etc.
@@ -1836,6 +1836,9 @@ void GUI::create_about_window(){
       o->add("@c@.Copyright (c) 1997-2001");
       o->add("@c@.Christophe Geuzaine and Jean-François Remacle");
       o->add("");
+      o->add("@c@.Please send all questions and bug reports to");
+      o->add("@c@b@.gmsh@geuz.org");
+      o->add("");
       sprintf(buffer, "@c@.Version: %.2f", GMSH_VERSION); o->add(buffer);
       sprintf(buffer, "@c@.Build date: %s", GMSH_DATE); o->add(buffer);
       sprintf(buffer, "@c@.Build OS: %s", GMSH_OS); o->add(buffer);
@@ -1844,7 +1847,7 @@ void GUI::create_about_window(){
       sprintf(buffer, "@c@.Build host: %s", GMSH_HOST); o->add(buffer);
       sprintf(buffer, "@c@.Packaged by: %s", GMSH_PACKAGER); o->add(buffer);
       o->add("");
-      o->add("@c@.Please visit http://www.geuz.org/gmsh/ for more info");
+      o->add("@c@.Visit http://www.geuz.org/gmsh/ for more information");
       o->textsize(CTX.fontsize);
     }
 
diff --git a/Motif/CbOptions.cpp b/Motif/CbOptions.cpp
index faf6f021eb..f4693a4b98 100644
--- a/Motif/CbOptions.cpp
+++ b/Motif/CbOptions.cpp
@@ -1,4 +1,4 @@
-// $Id: CbOptions.cpp,v 1.9 2001-02-20 18:32:58 geuzaine Exp $
+// $Id: CbOptions.cpp,v 1.10 2001-07-17 07:00:37 geuzaine Exp $
 
 #include "Gmsh.h"
 #include "GmshUI.h"
@@ -364,9 +364,9 @@ void OptionsCb (Widget w, XtPointer client_data, XtPointer call_data){
     }
     else{
       if (!strcmp(c,"all") || !strcmp(c,"*"))
-        CTX.mesh.limit_gamma = 0.0 ;
+        CTX.mesh.gamma_sup = 0.0 ;
       else
-        CTX.mesh.limit_gamma = atof(c);
+        CTX.mesh.gamma_sup = atof(c);
     }
     break;
 
diff --git a/www/gmsh.html b/www/gmsh.html
index ea13db453c..e2292afb74 100644
--- a/www/gmsh.html
+++ b/www/gmsh.html
@@ -46,7 +46,7 @@ cat << EOM
 page requests since<br>1998/05/24<p>
 ENDSCRIPT--->
 
-<!---BEGINDATE$Date: 2001-06-28 08:23:04 $ENDDATE--->
+<!---BEGINDATE$Date: 2001-07-17 07:00:37 $ENDDATE--->
 
 Copyright &copy; 1998-2001<br>
 Jean-François Remacle and
@@ -227,7 +227,8 @@ files.
   <td><font face="Helvetica, Arial" size=-1>
 
     <ul>
-      <li><A target="_top" href="/gmsh/doc/tutorial.html">Online tutorial</A>
+      <li><A target="_top" href="/gmsh/doc/tutorial.html">Online tutorial</A>.
+          <b>Please read</b> this tutorial before sending any question to the mailing list!
       <li><A target="_top" href="/gmsh/doc/FORMATS">Mesh and post-processing file formats</A>
       <li><A target="_top" href="/gmsh/doc/VERSIONS">Version history</A>
       <li><a target="_top" href="/gmsh/doc/FAQ">Frequently asked questions</a>
@@ -365,6 +366,8 @@ HREF="mailto:Remacle@scorec.rpi.edu">Jean-Fran
 (currently with the <a target="_top" href="http://www.rpi.edu">Rensselaer Polytechnic Institute</a>) 
 and <A HREF="mailto:Christophe.Geuzaine@ulg.ac.be">Christophe Geuzaine</A> 
 (currently with the <a target="_top" href="http://www.ulg.ac.be">University of Liège</a>).
+Please use <A HREF="mailto:gmsh@geuz.org">gmsh@geuz.org</A> instead of
+our personnal e-mails to send questions or bug reports!
 
   </td>
 
-- 
GitLab