Skip to content
Snippets Groups Projects
Commit cc8a1276 authored by Jonathan Lambrechts's avatar Jonathan Lambrechts
Browse files

OptHOM : rename options in GUI

parent a0020497
No related branches found
No related tags found
No related merge requests found
...@@ -268,15 +268,15 @@ highOrderToolsWindow::highOrderToolsWindow(int deltaFontSize) ...@@ -268,15 +268,15 @@ highOrderToolsWindow::highOrderToolsWindow(int deltaFontSize)
choice[2]->callback(chooseopti_cb); choice[2]->callback(chooseopti_cb);
static Fl_Menu_Item menu_objf[] = { static Fl_Menu_Item menu_objf[] = {
{"CAD + FIXBND", 0, 0, 0}, {"CAD Fixed Bnd", 0, 0, 0},
{"CAD + FREEBND", 0, 0, 0}, {"CAD Free Bnd", 0, 0, 0},
{"MESH ONLY", 0, 0, 0}, {"Mesh Only", 0, 0, 0},
{0} {0}
}; };
static Fl_Menu_Item menu_strategy[] = { static Fl_Menu_Item menu_strategy[] = {
{"GLOBAL", 0, 0, 0}, {"Generic", 0, 0, 0},
{"BLOBS ", 0, 0, 0}, {"Boundary Layer", 0, 0, 0},
{0} {0}
}; };
......
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