[FEM] add missing functions deletion handling

as it was, one could delete the functions container breaking the simulation. Now you get a warning.

- also remove unused includes
This commit is contained in:
Uwe
2022-03-24 16:17:44 +01:00
parent f95e76843c
commit 4d3a963864
4 changed files with 67 additions and 37 deletions

View File

@@ -33,13 +33,11 @@
#include <App/MaterialObject.h>
#include <App/TextDocument.h>
#include <Gui/ActionFunction.h>
#include <Gui/Command.h>
#include <Gui/Control.h>
#include <Gui/Document.h>
#include <Gui/MainWindow.h>
#include <Mod/Fem/App/FemAnalysis.h>
#include <Mod/Fem/App/FemConstraint.h>
#include <Mod/Fem/App/FemMeshObject.h>