From e7a5f630c721605b1406505329d46596dcac9118 Mon Sep 17 00:00:00 2001 From: ageay Date: Fri, 12 Mar 2010 11:04:47 +0000 Subject: [PATCH] Removes warning --- src/INTERP_KERNELTest/PointLocatorTest.cxx | 4 ++-- src/RENUMBER/Makefile.am | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/INTERP_KERNELTest/PointLocatorTest.cxx b/src/INTERP_KERNELTest/PointLocatorTest.cxx index 4d8baf8f2..31ccde36b 100644 --- a/src/INTERP_KERNELTest/PointLocatorTest.cxx +++ b/src/INTERP_KERNELTest/PointLocatorTest.cxx @@ -47,7 +47,7 @@ namespace INTERP_TEST */ void PointLocatorTest::test_PointLocator() { MEDMEM::MESH* mesh2D= MEDMeshMaker(2,2,MED_EN::MED_QUAD4); - INTERP_KERNEL::PointLocator pl(*mesh2D) ; + MEDMEM::PointLocator pl(*mesh2D) ; double x[2]={0.0,0.0}; std::list elems = pl.locate(x); CPPUNIT_ASSERT_EQUAL(1,(int)elems.size()); @@ -72,7 +72,7 @@ namespace INTERP_TEST delete mesh2D; MEDMEM::MESH* mesh3D= MEDMeshMaker(3,2,MED_EN::MED_HEXA8); - INTERP_KERNEL::PointLocator pl3(*mesh3D); + MEDMEM::PointLocator pl3(*mesh3D); double xx[3]={0.0,0.0,0.0}; elems = pl3.locate(xx); CPPUNIT_ASSERT_EQUAL(1,(int)elems.size()); diff --git a/src/RENUMBER/Makefile.am b/src/RENUMBER/Makefile.am index 6a2cf9574..162441728 100644 --- a/src/RENUMBER/Makefile.am +++ b/src/RENUMBER/Makefile.am @@ -52,7 +52,7 @@ endif librenumber_la_CPPFLAGS= $(MED2_INCLUDES) $(HDF5_INCLUDES) @CXXTMPDPTHFLAGS@ \ $(BOOST_CPPFLAGS) \ - -I$(srcdir)/../MEDMEM -I$(srcdir)/../MEDWrapper/V2_1/Core + -I$(srcdir)/../MEDMEM -I$(srcdir)/../MEDWrapper/V2_1/Core -I$(srcdir)/../INTERP_KERNEL/Bases librenumber_la_LDFLAGS= #libmedsplitter_la_LDFLAGS= $(MED2_LIBS) $(HDF5_LIBS) $(STDLIB) \ -- 2.39.2