mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-14 21:40:32 +05:00
PAL13639 (EDF PAL 317 : SMESH : Create "0D Hypothesis")
add base files for 0D hypothesis
This commit is contained in:
parent
6cf0f537eb
commit
9c1c70b9d0
@ -39,6 +39,7 @@ VPATH=.:@srcdir@:@top_srcdir@/idl:$(top_builddir)/idl:
|
||||
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 \
|
||||
@ -66,6 +67,7 @@ LIB_SRC = \
|
||||
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 \
|
||||
|
Loading…
Reference in New Issue
Block a user