Skip to content

Commit

Permalink
Moved TPZTensor to Matrix folder
Browse files Browse the repository at this point in the history
  • Loading branch information
orlandini committed Apr 15, 2021
1 parent 29dc172 commit 9412eeb
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions Matrix/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ set(headers
pzstepsolver.h
pzysmp.h
TPZSolutionMatrix.h
TPZTensor.h
TPZTensorTranslator.h
)

set(sources
Expand Down Expand Up @@ -68,6 +70,8 @@ set(sources
pzstepsolver.cpp
pzysmp.cpp
TPZSolutionMatrix.cpp
TPZTensor.cpp
TPZTensorTranslator.cpp
)

install(FILES ${headers} DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/Matrix)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 0 additions & 4 deletions Pre/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ target_include_directories(pz PUBLIC

set(headers
MMeshType.h
TPZTensor.h
TPZTensorTranslator.h
TPZExtendGridDimension.h
TPZGenSpecialGrid.h
TPZMHMeshControl.h
Expand Down Expand Up @@ -37,8 +35,6 @@ set(headers
)

set(sources
TPZTensor.cpp
TPZTensorTranslator.cpp
MMeshType.cpp
TPZExtendGridDimension.cpp
TPZGenSpecialGrid.cpp
Expand Down

0 comments on commit 9412eeb

Please sign in to comment.