mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-28 18:30:35 +05:00
PAL13639 (EDF PAL 317 : SMESH : Create "0D Hypothesis")
add SMESH_0D_Algo.*xx
This commit is contained in:
parent
d5686bed92
commit
2aab1df9bb
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user