FEM: ccx input file writer, move writer into new femsolver package

This commit is contained in:
Bernd Hahnebach
2017-12-01 19:43:04 +01:00
committed by wmayer
parent 866797383c
commit 0483aed621
5 changed files with 6 additions and 6 deletions

View File

@@ -86,7 +86,6 @@ SET(FemScripts_SRCS
InitGui.py
FemGmshTools.py
FemInputWriter.py
FemInputWriterCcx.py
FemMesh2Mesh.py
FemMeshTools.py
FemResultTools.py
@@ -130,6 +129,7 @@ SET(FemCalculix_SRCS
femsolver/calculix/__init__.py
femsolver/calculix/solver.py
femsolver/calculix/tasks.py
femsolver/calculix/writer.py
)
SET(FemZ88_SRCS