From: nge Date: Mon, 22 Jan 2007 15:30:34 +0000 (+0000) Subject: PAL 14158 : Add the SMESH_Octree and SMESH_OctreeNode classes to compilation. X-Git-Tag: V3_2_5pre1~14 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=5bab7f5bc8b24cff08e104f5ad93ad23cbbbdf5c;p=modules%2Fsmesh.git PAL 14158 : Add the SMESH_Octree and SMESH_OctreeNode classes to compilation. --- diff --git a/src/SMESH/Makefile.in b/src/SMESH/Makefile.in index 5c88d53ef..0c4362d26 100644 --- a/src/SMESH/Makefile.in +++ b/src/SMESH/Makefile.in @@ -53,7 +53,9 @@ EXPORT_HEADERS= \ SMESH_DataMapOfElemPtrSequenceOfElemPtr.hxx \ SMESH_SequenceOfElemPtr.hxx \ SMESH_SequenceOfNode.hxx \ - SMESH_MesherHelper.hxx + SMESH_MesherHelper.hxx \ + SMESH_Octree.hxx \ + SMESH_OctreeNode.hxx EXPORT_PYSCRIPTS = @@ -72,7 +74,9 @@ LIB_SRC = SMESH_Gen.cxx SMESH_Mesh.cxx SMESH_subMesh.cxx \ SMESH_Block.cxx \ SMESH_Pattern.cxx \ SMESH_HypoFilter.cxx \ - SMESH_MesherHelper.cxx + SMESH_MesherHelper.cxx \ + SMESH_Octree.cxx \ + SMESH_OctreeNode.cxx LIB_SERVER_IDL =