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

*** empty log message ***

parent 008a22e0
No related branches found
No related tags found
No related merge requests found
// $Id: GUI.cpp,v 1.47 2001-02-18 18:04:03 geuzaine Exp $
// $Id: GUI.cpp,v 1.48 2001-02-18 18:43:11 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.
......@@ -1109,7 +1109,7 @@ void GUI::create_mesh_options_window(){
if(!init_mesh_options_window){
init_mesh_options_window = 1 ;
int width = 29*CTX.fontsize;
int width = 25*CTX.fontsize;
int height = 5*WB+9*BH ;
mesh_window = new Fl_Window(width,height);
......@@ -1138,7 +1138,7 @@ void GUI::create_mesh_options_window(){
mesh_value[1]->minimum(0.001);
mesh_value[1]->maximum(1000);
mesh_value[1]->step(0.001);
mesh_value[2] = new Fl_Value_Input(2*WB, 2*WB+6*BH, IW, BH, "Characteristic length scaling factor");
mesh_value[2] = new Fl_Value_Input(2*WB, 2*WB+6*BH, IW, BH, "Characteristic length factor");
mesh_value[2]->minimum(0.001);
mesh_value[2]->maximum(1000);
mesh_value[2]->step(0.001);
......
$Id: README,v 1.3 2001-02-03 13:10:26 geuzaine Exp $
$Id: README,v 1.4 2001-02-18 18:38:54 geuzaine Exp $
Here are the examples in the Gmsh tutorial. These examples are
commented (both C and C++-style comments can be used in Gmsh input
......
This diff is collapsed.
Summary: A 3D mesh generator with pre- and post-processing facilities
Name: gmsh
Version: 1.13
Source: gmsh-1.13.tar.gz
Version: 1.14
Source: gmsh-1.14.tar.gz
Release: 1
Copyright: distributable
Group: Applications/Engineering
......
......@@ -6,7 +6,7 @@
#fi
#enscript -Ecpp --color -Whtml --toc -pt.html $*
enscript -Ecpp --color -Whtml --toc -pt.html README.txt *.geo
enscript -Ecpp --color -Whtml --toc -pt.html README *.geo
cat t.html | \
sed "s/<FONT COLOR=\"#BC8F8F\"><B>//g" | \
......
......@@ -51,7 +51,7 @@ ENDSCRIPT--->
This page is a mirror of <a href="/gmsh/">/gmsh/</a><p>
ENDMIRROR--->
<!---BEGINDATE$Date: 2001-02-18 18:11:42 $ENDDATE--->
<!---BEGINDATE$Date: 2001-02-18 18:38:54 $ENDDATE--->
Copyright &copy; 1998-2001<br>
J.-F. Remacle<br>
......@@ -251,7 +251,7 @@ description.
<td bgcolor="#ededed"><font face="Helvetica, Arial" size=-1>
<b>Development Release: 1.14 (February 19, 2001)</b>
<b>Latest Release: 1.14 (February 19, 2001)</b>
<p>
The development release of Gmsh is available for Linux and
Windows. All executables are dynamically linked with OpenGL.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment