From a53699604bb2e16430d6d4d8fb62a9f29650fb09 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sun, 14 Jul 2013 09:14:17 +0000 Subject: [PATCH] opt ho gui --- Fltk/optionWindow.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Fltk/optionWindow.cpp b/Fltk/optionWindow.cpp index 8d3eeaf74b..1dc36d6a03 100644 --- a/Fltk/optionWindow.cpp +++ b/Fltk/optionWindow.cpp @@ -492,9 +492,7 @@ static void mesh_options_ok_cb(Fl_Widget *w, void *data) opt_mesh_optimize_netgen(0, GMSH_SET, o->mesh.butt[24]->value()); opt_mesh_remove_4_triangles(0,GMSH_SET, o->mesh.butt[25]->value()); opt_mesh_order(0, GMSH_SET, o->mesh.value[3]->value()); - opt_mesh_ho_optimize(0, GMSH_SET, o->mesh.butt[3]->value()); - opt_mesh_second_order_incomplete(0, GMSH_SET, o->mesh.butt[4]->value()); opt_mesh_points(0, GMSH_SET, o->mesh.butt[6]->value()); opt_mesh_lines(0, GMSH_SET, o->mesh.butt[7]->value()); @@ -2368,7 +2366,7 @@ optionWindow::optionWindow(int deltaFontSize) mesh.butt[24]->callback(mesh_options_ok_cb); mesh.butt[3] = new Fl_Check_Button - (L + 2 * WB, 2 * WB + 6 * BH, BW, BH, "Optimize high order 2D planar meshes (experimental)"); + (L + 2 * WB, 2 * WB + 6 * BH, BW, BH, "Optimize high order meshes (experimental)"); mesh.butt[3]->type(FL_TOGGLE_BUTTON); mesh.butt[3]->callback(mesh_options_ok_cb); -- GitLab