From: eap Date: Mon, 19 Feb 2007 16:35:40 +0000 (+0000) Subject: PAL13639 (EDF PAL 317 : SMESH : Create "0D Hypothesis") X-Git-Tag: V3_2_6a1~76 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=9c1c70b9d0cf11a291c83c8a9887a811fb21e13b PAL13639 (EDF PAL 317 : SMESH : Create "0D Hypothesis") add base files for 0D hypothesis --- diff --git a/src/SMESH_I/Makefile.in b/src/SMESH_I/Makefile.in index 2558e560f..a1e48efa2 100644 --- a/src/SMESH_I/Makefile.in +++ b/src/SMESH_I/Makefile.in @@ -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 \