Skip to content

Commit

Permalink
FEM: code formating, cmake and init gui
Browse files Browse the repository at this point in the history
  • Loading branch information
berndhahnebach committed Nov 22, 2016
1 parent 494b508 commit 8fb66dc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions src/Mod/Fem/App/CMakeLists.txt
Expand Up @@ -68,13 +68,13 @@ SET(FemScripts_SRCS
_CommandBeamSection.py
_CommandControlSolver.py
_CommandConstraintSelfWeight.py
_CommandMechanicalMaterial.py
_CommandShowResult.py
_CommandMaterialMechanicalNonlinear.py
_CommandMechanicalMaterial.py
_CommandMeshFromShape.py
_CommandPurgeResults.py
_CommandRunSolver.py
_CommandShellThickness.py
_CommandShowResult.py
_CommandSolverCalculix.py
_CommandSolverZ88.py
_FemBeamSection.py
Expand Down
10 changes: 5 additions & 5 deletions src/Mod/Fem/CMakeLists.txt
Expand Up @@ -50,6 +50,11 @@ INSTALL(
_TaskPanelFemShellThickness.py
TaskPanelFemShellThickness.ui

FemConstraintSelfWeight.py
_FemConstraintSelfWeight.py
_ViewProviderFemConstraintSelfWeight.py
_CommandConstraintSelfWeight.py

MechanicalMaterial.py
_MechanicalMaterial.py
_ViewProviderMechanicalMaterial.py
Expand Down Expand Up @@ -85,11 +90,6 @@ INSTALL(
_ViewProviderFemSolverZ88.py
_CommandSolverZ88.py

FemConstraintSelfWeight.py
_FemConstraintSelfWeight.py
_ViewProviderFemConstraintSelfWeight.py
_CommandConstraintSelfWeight.py

DESTINATION
Mod/Fem
)
Expand Down
1 change: 0 additions & 1 deletion src/Mod/Fem/InitGui.py
Expand Up @@ -50,7 +50,6 @@ def Initialize(self):
import _CommandRunSolver
import _CommandPurgeResults
import _CommandControlSolver

import _CommandMeshFromShape
import _CommandAnalysis
import _CommandShellThickness
Expand Down

0 comments on commit 8fb66dc

Please sign in to comment.