Salome HOME
Add HexahedronOfNodes and Tria3OfNodes to improve performance
[modules/smesh.git] / src / SMDS / Makefile.in
index 963d204f20db418ad00d8651ccb5be3c31d84a18..5c3e9abd99e88dcbc3f7451c80aa0836b6caa951 100644 (file)
@@ -56,7 +56,9 @@ LIB_SRC = \
        SMDS_VolumeOfFaces.cxx \
        SMDS_VolumeOfNodes.cxx \
        SMDS_FaceOfEdges.cxx \
        SMDS_VolumeOfFaces.cxx \
        SMDS_VolumeOfNodes.cxx \
        SMDS_FaceOfEdges.cxx \
-       SMDS_FaceOfNodes.cxx
+       SMDS_FaceOfNodes.cxx \
+       SMDS_Tria3OfNodes.cxx \
+       SMDS_HexahedronOfNodes.cxx
 
 #SMDSControl_BoundaryEdges.cxx \
 #SMDSControl_BoundaryFaces.cxx \
 
 #SMDSControl_BoundaryEdges.cxx \
 #SMDSControl_BoundaryFaces.cxx \
@@ -104,7 +106,9 @@ EXPORT_HEADERS= \
        SMDS_VolumeOfFaces.hxx \
        SMDS_VolumeOfNodes.hxx \
        SMDS_FaceOfEdges.hxx \
        SMDS_VolumeOfFaces.hxx \
        SMDS_VolumeOfNodes.hxx \
        SMDS_FaceOfEdges.hxx \
-       SMDS_FaceOfNodes.hxx
+       SMDS_FaceOfNodes.hxx \
+       SMDS_Tria3OfNodes.hxx \
+       SMDS_HexahedronOfNodes.hxx
 
 #SMDSControl_BoundaryEdges.hxx \
 #SMDSControl_BoundaryFaces.hxx \
 
 #SMDSControl_BoundaryEdges.hxx \
 #SMDSControl_BoundaryFaces.hxx \