FEM: menue entries and tool bars, code formating

This commit is contained in:
Bernd Hahnebach
2018-05-21 14:32:49 +02:00
committed by wmayer
parent a50f29f230
commit 08f79161de

View File

@@ -220,13 +220,13 @@ Gui::MenuItem* Workbench::setupMenuBar() const
*mesh << "FEM_MeshNetgenFromShape";
#endif
*mesh << "FEM_MeshGmshFromShape"
<< "Separator"
<< "FEM_MeshBoundaryLayer"
<< "FEM_MeshRegion"
<< "FEM_MeshGroup"
<< "Separator"
<< "FEM_CreateNodesSet"
<< "FEM_FEMMesh2Mesh";
<< "Separator"
<< "FEM_MeshBoundaryLayer"
<< "FEM_MeshRegion"
<< "FEM_MeshGroup"
<< "Separator"
<< "FEM_CreateNodesSet"
<< "FEM_FEMMesh2Mesh";
Gui::MenuItem* solve = new Gui::MenuItem;
root->insertItem(item, solve);