Further implementation of Post-Processing

This commit is contained in:
jriegel
2014-01-03 17:30:38 +01:00
parent 88f1c2c180
commit cb63cba061
7 changed files with 167 additions and 54 deletions

View File

@@ -69,8 +69,7 @@ Gui::ToolBarItem* Workbench::setupToolBars() const
<< "Fem_ConstraintGear"
<< "Fem_ConstraintPulley"
<< "Separator"
<< "Fem_ShowStressResult"
<< "Fem_ShowDisplacementResult";
<< "Fem_ShowResult";
return root;
}
@@ -95,8 +94,7 @@ Gui::MenuItem* Workbench::setupMenuBar() const
<< "Fem_ConstraintGear"
<< "Fem_ConstraintPulley"
<< "Separator"
<< "Fem_ShowStressResult"
<< "Fem_ShowDisplacementResult"
<< "Fem_ShowResult"
;
return root;