FEM: move observer into PyGui

This commit is contained in:
Bernd Hahnebach
2017-10-05 05:58:45 +01:00
committed by wmayer
parent ec7669992a
commit 8a9fcd33df
10 changed files with 9 additions and 9 deletions

View File

@@ -91,7 +91,6 @@ SET(FemScripts_SRCS
FemMesh2Mesh.py
FemMeshTools.py
FemResultTools.py
FemSelectionObserver.py
FemTools.py
FemToolsCcx.py
FemToolsZ88.py
@@ -120,6 +119,7 @@ SET(FemObjectsScripts_SRCS
SET(FemGuiScripts_SRCS
PyGui/FemCommands.py
PyGui/FemSelectionObserver.py
PyGui/__init__.py
PyGui/_CommandFemAnalysis.py
PyGui/_CommandFemConstraintSelfWeight.py