]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
*** empty log message ***
authorageay <ageay>
Tue, 2 Feb 2010 13:52:50 +0000 (13:52 +0000)
committerageay <ageay>
Tue, 2 Feb 2010 13:52:50 +0000 (13:52 +0000)
src/MEDLoader/MEDLoader.cxx

index 1375c36e3719fd50aefc8e1faf6c97f1c6a1143a..18c241cb165ef44533e7d87d1cf23b1bdd1e51f7 100644 (file)
@@ -536,8 +536,6 @@ namespace MEDLoader
 
   med_int getIdFromMeshName(med_idt fid, const char *meshName, std::string& trueMeshName) throw(INTERP_KERNEL::Exception)
   {
-    if(meshName==0)
-      return 1;
     if(meshName==0)
       {
         std::vector<std::string> meshes=getMeshNamesFid(fid);