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

fine tuning

parent e5c9abf1
No related branches found
No related tags found
No related merge requests found
...@@ -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();
......
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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment