From e062a7b0a15d90daada1804d0be72d5980b748f2 Mon Sep 17 00:00:00 2001 From: ageay Date: Mon, 2 Dec 2013 08:28:05 +0000 Subject: [PATCH] getAllTypes->getAllGeoTypes --- src/MEDPartitioner/Test/MEDPARTITIONERTest.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MEDPartitioner/Test/MEDPARTITIONERTest.cxx b/src/MEDPartitioner/Test/MEDPARTITIONERTest.cxx index 92143c936..fe91ce480 100644 --- a/src/MEDPartitioner/Test/MEDPARTITIONERTest.cxx +++ b/src/MEDPartitioner/Test/MEDPARTITIONERTest.cxx @@ -748,7 +748,7 @@ void MEDPARTITIONERTest::verifyTestMeshWithVecFieldOnNodes() string name=_file_name; name.replace(name.find(".med"),4,"_WithVecFieldOnNodes.med"); MEDCouplingUMesh * m=MEDLoader::ReadUMeshFromFile(name.c_str(),_mesh_name.c_str(),0); - const std::set& types=m->getAllTypes(); + std::set types(m->getAllGeoTypes()); if (_verbose) { cout<<"\n types in "<