Salome HOME
Warning hunting
authorAnthony Geay <anthony.geay@edf.fr>
Mon, 28 Nov 2022 14:43:48 +0000 (15:43 +0100)
committerAnthony Geay <anthony.geay@edf.fr>
Mon, 28 Nov 2022 14:43:48 +0000 (15:43 +0100)
src/MEDLoader/MeshFormatReader.cxx
src/MEDLoader/MeshFormatReader.hxx

index 926fb521ddec8c582e2efa120973672115e8ff42..a164c111d271dba9ba2eb2f8d9ed3e51752e4611 100644 (file)
@@ -299,7 +299,7 @@ MeshFormat::Status MeshFormatReader::performFields()
         _myCurrentFileId = -1;
         _myCurrentOpenFile ="";
     }
-
+    return status;
 }
 
 void MeshFormatReader::setFields( MeshFormat::GmfKwdCod kwd, int nmbSol, int nbComp)
index 82066bdeb95a8534527f2b861ab96507f1a0ea21..abf0160e0d8bd37fdc3fd92f9a9726e52e0989c8 100644 (file)
@@ -144,6 +144,7 @@ namespace MEDCoupling
         return _meshFormatFamsNodes;
         break;
       }
+      THROW_IK_EXCEPTION("getMapAtLevel : dimRelMax must be in [0,-1,-2,1]");
     }
 
   public: