PAL13639 (EDF PAL 317 : SMESH : Create "0D Hypothesis")

add SMESH_0D_Algo.*xx
This commit is contained in:
eap 2007-02-19 16:28:23 +00:00
parent d5686bed92
commit 2aab1df9bb

View File

@ -42,6 +42,7 @@ EXPORT_HEADERS= \
SMESH_Hypothesis.hxx \
SMESH_HypoFilter.hxx \
SMESH_Algo.hxx \
SMESH_0D_Algo.hxx \
SMESH_1D_Algo.hxx \
SMESH_2D_Algo.hxx \
SMESH_3D_Algo.hxx \
@ -66,6 +67,7 @@ LIB= libSMESHimpl.la
LIB_SRC = SMESH_Gen.cxx SMESH_Mesh.cxx SMESH_subMesh.cxx \
SMESH_Hypothesis.cxx \
SMESH_Algo.cxx \
SMESH_0D_Algo.cxx \
SMESH_1D_Algo.cxx \
SMESH_2D_Algo.cxx \
SMESH_3D_Algo.cxx \