From: ageay Date: Mon, 2 Dec 2013 08:28:05 +0000 (+0000) Subject: getAllTypes->getAllGeoTypes X-Git-Tag: V7_3_1b1~33 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e062a7b0a15d90daada1804d0be72d5980b748f2;p=tools%2Fmedcoupling.git getAllTypes->getAllGeoTypes --- 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 "<