Skip to content

Commit

Permalink
FEM: sort equation commands
Browse files Browse the repository at this point in the history
  • Loading branch information
berndhahnebach committed Mar 19, 2020
1 parent 1fc309b commit 5b644ed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Mod/Fem/Gui/Workbench.cpp
Expand Up @@ -154,11 +154,11 @@ Gui::ToolBarItem* Workbench::setupToolBars() const
<< "FEM_SolverCalculiX"
<< "FEM_SolverElmer"
<< "Separator"
<< "FEM_EquationHeat"
<< "FEM_EquationElasticity"
<< "FEM_EquationFluxsolver"
<< "FEM_EquationElectrostatic"
<< "FEM_EquationFlow"
<< "FEM_EquationFluxsolver"
<< "FEM_EquationHeat"
<< "Separator"
<< "FEM_SolverControl"
<< "FEM_SolverRun";
Expand Down Expand Up @@ -283,11 +283,11 @@ Gui::MenuItem* Workbench::setupMenuBar() const
<< "FEM_SolverElmer"
<< "FEM_SolverZ88"
<< "Separator"
<< "FEM_EquationHeat"
<< "FEM_EquationElasticity"
<< "FEM_EquationElectrostatic"
<< "FEM_EquationFluxsolver"
<< "FEM_EquationFlow"
<< "FEM_EquationFluxsolver"
<< "FEM_EquationHeat"
<< "Separator"
<< "FEM_SolverControl"
<< "FEM_SolverRun";
Expand Down

0 comments on commit 5b644ed

Please sign in to comment.