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
5d110a04
Commit
5d110a04
authored
15 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
fine tuning
parent
e5c9abf1
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/classificationEditor.cpp
+2
-1
2 additions, 1 deletion
Fltk/classificationEditor.cpp
doc/VERSIONS.txt
+7
-6
7 additions, 6 deletions
doc/VERSIONS.txt
with
9 additions
and
7 deletions
Fltk/classificationEditor.cpp
+
2
−
1
View file @
5d110a04
...
@@ -5,6 +5,7 @@
...
@@ -5,6 +5,7 @@
#include
<FL/Fl_Tabs.H>
#include
<FL/Fl_Tabs.H>
#include
<FL/Fl_Box.H>
#include
<FL/Fl_Box.H>
#include
<FL/Fl_Return_Button.H>
#include
"FlGui.h"
#include
"FlGui.h"
#include
"classificationEditor.h"
#include
"classificationEditor.h"
#include
"paletteWindow.h"
#include
"paletteWindow.h"
...
@@ -693,7 +694,7 @@ classificationEditor::classificationEditor() : selected(0)
...
@@ -693,7 +694,7 @@ classificationEditor::classificationEditor() : selected(0)
(
x
+
BBB
+
WB
,
y
,
(
int
)(
0.5
*
BBB
)
-
WB
,
BH
,
"All"
);
(
x
+
BBB
+
WB
,
y
,
(
int
)(
0.5
*
BBB
)
-
WB
,
BH
,
"All"
);
buttons
[
CLASS_BUTTON_SELECT_ALL_SURFACES
]
->
callback
(
class_select_all_surfaces_cb
,
this
);
buttons
[
CLASS_BUTTON_SELECT_ALL_SURFACES
]
->
callback
(
class_select_all_surfaces_cb
,
this
);
buttons
[
CLASS_BUTTON_CLASSIFY
]
=
new
Fl_Button
buttons
[
CLASS_BUTTON_CLASSIFY
]
=
new
Fl_
Return_
Button
(
x
+
1.5
*
BBB
+
WB
,
y
,
BBB
,
BH
,
"Reclassify"
);
(
x
+
1.5
*
BBB
+
WB
,
y
,
BBB
,
BH
,
"Reclassify"
);
buttons
[
CLASS_BUTTON_CLASSIFY
]
->
callback
(
class_classify_cb
,
this
);
buttons
[
CLASS_BUTTON_CLASSIFY
]
->
callback
(
class_classify_cb
,
this
);
buttons
[
CLASS_BUTTON_CLASSIFY
]
->
deactivate
();
buttons
[
CLASS_BUTTON_CLASSIFY
]
->
deactivate
();
...
...
This diff is collapsed.
Click to expand it.
doc/VERSIONS.txt
+
7
−
6
View file @
5d110a04
2.5.0 (?): new client/server visualization mode; new compound
2.5.0 (?): new client/server visualization mode; new compound
geometrical entities (useful for remeshing); new option to force the
geometrical entities (useful for remeshing); improved mesh
type of views dynamically; bumped mesh version format to 2.2 (change
reclassification tool; new option to force the type of views
in the meaning of the partion tags; this only affect partioned
dynamically; bumped mesh version format to 2.2 (change in the meaning
meshes); renamed several post-processing plugins (as well as plugin
of the partion tags; this only affect partioned meshes); renamed
options) to make them easier to understand; many small bug fixes and
several post-processing plugins (as well as plugin options) to make
usability improvements.
them easier to understand; many small bug fixes and usability
improvements.
2.4.2 (Sep 21, 2009): solver code refactoring + better IDE
2.4.2 (Sep 21, 2009): solver code refactoring + better IDE
integration.
integration.
...
...
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