Commit 6f753272 authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

Removing some legacy code.

parent a5bbc1ed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
#include <TNL/Containers/StaticVector.h>
#include <TNL/Containers/Array.h>
#include <TNL/Containers/SharedArray.h>
#include <TNL/Containers/ConstSharedArray.h>
//#include <TNL/Containers/ConstSharedArray.h>
#include <TNL/core/tnlIndexedSet.h>
#include <TNL/Meshes/Topologies/MeshEntityTopology.h>
#include <TNL/Meshes/MeshConfigBase.h>
+0 −4
Original line number Diff line number Diff line
SET( headers tnlCudaSupport.h
   )
   
INSTALL( FILES ${headers} DESTINATION include/tnl-${tnlVersion}/legacy/core )
+0 −509

File deleted.

Preview size limit exceeded, changes collapsed.

src/TNL/legacy/core/tnlTuple.h

deleted100644 → 0
+0 −851

File deleted.

Preview size limit exceeded, changes collapsed.

+0 −9
Original line number Diff line number Diff line
SET( headers tnlMPIMesh.h
             tnlMPIMesh2D.h 
             tnlMPIMesh3D.h  
             curve-ident.h )
                    
SET( libtnldiffincludedir ${TNL_INCLUDE_DIR}/diff )
SET( libtnldiffinclude_HEADERS ${headers} )

INSTALL( FILES ${headers} DESTINATION include/tnl-${tnlVersion}/diff )
 No newline at end of file
Loading