FEM: Adopt post extraction code to updated main

This commit is contained in:
Stefan Tröger
2025-05-06 16:37:03 +02:00
parent 3c22e30cd2
commit 463c6c9149
13 changed files with 47 additions and 36 deletions

View File

@@ -215,7 +215,7 @@ Gui::ToolBarItem* Workbench::setupToolBars() const
<< "FEM_PostFilterCalculator"
<< "Separator"
<< "FEM_PostCreateFunctions"
#ifdef BUILD_FEM_VTK_WRAPPER
#ifdef FC_USE_VTK_PYTHON
<< "FEM_PostVisualization"
#endif
;
@@ -371,7 +371,7 @@ Gui::MenuItem* Workbench::setupMenuBar() const
<< "FEM_PostFilterCalculator"
<< "Separator"
<< "FEM_PostCreateFunctions"
#ifdef BUILD_FEM_VTK_WRAPPER
#ifdef FC_USE_VTK_PYTHON
<< "FEM_PostVisualization"
#endif
;