Salome HOME
PAL13639 (EDF PAL 317 : SMESH : Create "0D Hypothesis")
authoreap <eap@opencascade.com>
Mon, 19 Feb 2007 16:35:40 +0000 (16:35 +0000)
committereap <eap@opencascade.com>
Mon, 19 Feb 2007 16:35:40 +0000 (16:35 +0000)
   add base files for 0D hypothesis

src/SMESH_I/Makefile.in

index 2558e560fad7d6751b48b42b289f4d2f3c82696c..a1e48efa23fefe8afc752158f75d88cd47c6a4d6 100644 (file)
@@ -39,6 +39,7 @@ VPATH=.:@srcdir@:@top_srcdir@/idl:$(top_builddir)/idl:
 EXPORT_HEADERS= \
        SMESH_Gen_i.hxx \
        SMESH_Algo_i.hxx \
 EXPORT_HEADERS= \
        SMESH_Gen_i.hxx \
        SMESH_Algo_i.hxx \
+       SMESH_0D_Algo_i.hxx \
        SMESH_1D_Algo_i.hxx \
        SMESH_2D_Algo_i.hxx \
        SMESH_3D_Algo_i.hxx \
        SMESH_1D_Algo_i.hxx \
        SMESH_2D_Algo_i.hxx \
        SMESH_3D_Algo_i.hxx \
@@ -66,6 +67,7 @@ LIB_SRC = \
        SMESH_MeshEditor_i.cxx \
        SMESH_Hypothesis_i.cxx \
        SMESH_Algo_i.cxx \
        SMESH_MeshEditor_i.cxx \
        SMESH_Hypothesis_i.cxx \
        SMESH_Algo_i.cxx \
+       SMESH_0D_Algo_i.cxx \
        SMESH_1D_Algo_i.cxx \
        SMESH_2D_Algo_i.cxx \
        SMESH_3D_Algo_i.cxx \
        SMESH_1D_Algo_i.cxx \
        SMESH_2D_Algo_i.cxx \
        SMESH_3D_Algo_i.cxx \