FEM: solver run command, make name fit in FEM name system

This commit is contained in:
Bernd Hahnebach
2017-03-02 20:40:45 +01:00
committed by Yorik van Havre
parent fb833d4a8a
commit 8cf0001e97
5 changed files with 12 additions and 12 deletions

View File

@@ -101,7 +101,7 @@ Gui::ToolBarItem* Workbench::setupToolBars() const
<< "FEM_ConstraintInitialTemperature"
<< "Separator"
<< "FEM_ControlSolver"
<< "FEM_RunSolver"
<< "FEM_SolverRun"
<< "Separator"
<< "FEM_PurgeResults"
<< "FEM_ShowResult";
@@ -177,7 +177,7 @@ Gui::MenuItem* Workbench::setupMenuBar() const
<< "FEM_ConstraintInitialTemperature"
<< "Separator"
<< "FEM_ControlSolver"
<< "FEM_RunSolver"
<< "FEM_SolverRun"
<< "Separator"
<< "FEM_PurgeResults"
<< "FEM_ShowResult";