]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
Fix 'make distcheck' step problem BR_V5_IMP_P8 PARAVIS_TEST ParaMEDMEM1311 Phase8_Part1_16122008 V5_1_0_for_TC1 V5_1_0rc1
authorvsr <vsr@opencascade.com>
Sat, 1 Nov 2008 09:44:30 +0000 (09:44 +0000)
committervsr <vsr@opencascade.com>
Sat, 1 Nov 2008 09:44:30 +0000 (09:44 +0000)
src/INTERP_KERNEL/Geometric2D/Geometric2D_defines.hxx
src/INTERP_KERNEL/Geometric2D/Makefile.am
src/INTERP_KERNEL/Makefile.am
src/INTERP_KERNEL/Test/Makefile.am

index 3bd1e23da1648efd90800a4a308e507bedf5943c..2c3b2b2f5554984ea614983da22e588b76f29b11 100755 (executable)
@@ -19,4 +19,4 @@
 # define fmin __min
 #endif
 
-#endif //__GEOMETRIC2D_DEFINES_HXX__
\ No newline at end of file
+#endif //__GEOMETRIC2D_DEFINES_HXX__
index 71c17165207765807d6b5accc708e53a041e7847..b949c2e52faf8f07f6f99d4f6a2c3c052986095a 100644 (file)
@@ -34,7 +34,6 @@ AbstractEdge.hxx     \
 Bounds.hxx           \
 Precision.hxx        \
 ComposedEdge.hxx     \
-ComposedEdgeWithIt.hxx \
 EdgeArcCircle.hxx    \
 Edge.hxx             \
 Edge.txx             \
@@ -73,7 +72,3 @@ Edge.txx
 
 libInterpGeometric2DAlg_la_CPPFLAGS = -I$(srcdir)/..
 
-EXTRA_DIST += \
-       BasicMainTest.hxx \
-       Test
-
index 8f766a65014ecda1be963ca5dbb60d0727a9a1c3..e12497e5fa697e14622c758e13fafcb3a2bf1b41 100644 (file)
@@ -50,13 +50,13 @@ Interpolation3D.hxx         MeshUtils.hxx                      TranslationRotati
 Interpolation3DSurf.hxx     NormalizedUnstructuredMesh.hxx     TriangulationIntersector.hxx\
 Interpolation.hxx           PlanarIntersector.hxx              VectorUtils.hxx\
 InterpolationPlanar.hxx     PointLocator.hxx                   VTKNormalizedUnstructuredMesh.hxx\
-InterpolationUtils.hxx      PolygonAlgorithms.hxx\
+InterpolationUtils.hxx      PolygonAlgorithms.hxx              InterpolationOptions.hxx\
 BBTree.txx                  InterpolationPlanar.txx            PlanarIntersector.txx\
 ConvexIntersector.txx       IntersectorHexa.txx                PointLocatorAlgos.txx\
 Geometric2DIntersector.txx  IntersectorTetra.txx               PolygonAlgorithms.txx\
 Interpolation2D.txx         MEDNormalizedUnstructuredMesh.txx  TriangulationIntersector.txx\
 Interpolation3DSurf.txx     MeshElement.txx                    VTKNormalizedUnstructuredMesh.txx\
-Interpolation3D.txx         MeshRegion.txx
+Interpolation3D.txx         MeshRegion.txx                     CellModel.hxx
 
 # Libraries targets
 
index afa9707c89bc620a92551f06d0b6c8837a1ada53..e9c446379fdee241c4d48ad1679f190161a6deb2 100644 (file)
@@ -62,6 +62,7 @@ dist_libInterpKernelTest_la_SOURCES= \
        SingleElementPlanarTests.cxx \
        PointLocatorTest.cxx \
        MEDMeshMaker.cxx \
+       InterpolationOptionsTest.hxx \
        InterpolationOptionsTest.cxx \
        QuadraticPlanarInterpTest.cxx \
        QuadraticPlanarInterpTest2.cxx \