Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gmsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Larry Price
gmsh
Commits
e0803866
Commit
e0803866
authored
20 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
better label for "constrain bg mesh"
parent
c7853372
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Fltk/GUI.cpp
+2
-2
2 additions, 2 deletions
Fltk/GUI.cpp
doc/VERSIONS
+2
-2
2 additions, 2 deletions
doc/VERSIONS
with
4 additions
and
4 deletions
Fltk/GUI.cpp
+
2
−
2
View file @
e0803866
// $Id: GUI.cpp,v 1.33
4
2004-08-15
02
:2
7
:4
8
geuzaine Exp $
// $Id: GUI.cpp,v 1.33
5
2004-08-15
15
:2
5
:4
5
geuzaine Exp $
//
// Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
//
...
...
@@ -1910,7 +1910,7 @@ void GUI::create_option_window()
mesh_butt
[
3
]
->
down_box
(
TOGGLE_BOX
);
mesh_butt
[
3
]
->
selection_color
(
TOGGLE_COLOR
);
mesh_butt
[
5
]
=
new
Fl_Check_Button
(
2
*
WB
,
2
*
WB
+
10
*
BH
,
BW
,
BH
,
"Constrain background mesh"
);
mesh_butt
[
5
]
=
new
Fl_Check_Button
(
2
*
WB
,
2
*
WB
+
10
*
BH
,
BW
,
BH
,
"Constrain background mesh
with characteristic length field
"
);
mesh_butt
[
5
]
->
type
(
FL_TOGGLE_BUTTON
);
mesh_butt
[
5
]
->
down_box
(
TOGGLE_BOX
);
mesh_butt
[
5
]
->
selection_color
(
TOGGLE_COLOR
);
...
...
This diff is collapsed.
Click to expand it.
doc/VERSIONS
+
2
−
2
View file @
e0803866
$Id: VERSIONS,v 1.24
0
2004-08-
07 06:59:16
geuzaine Exp $
$Id: VERSIONS,v 1.24
1
2004-08-
15 15:25:45
geuzaine Exp $
New since 1.54: added background mesh support for Triangle; meshes can
now be displayed using "smoothed" normals (like post-processing
views); added GUI for clipping planes; new interactive
clipping/cutting plane definition; reorganized the Options GUI;
enhanced 3D iso computation; small bug fixes.
enhanced 3D iso computation;
many
small bug fixes.
New in 1.54: integrated Netgen (3D mesh quality optimization +
alternative 3D algorithm); Extrude Surface now always automatically
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment