Salome HOME
more information on exception on mesh export
[modules/smesh.git] / src / MEDWrapper / MED_Wrapper.cxx
index cc0e21b636bb5ccd75038762a2b0b110557c5e03..3539fb9293b3c7efe5a701d35bf1f6356bc9ac0a 100644 (file)
@@ -2171,7 +2171,7 @@ namespace MED
     if (theErr)
       *theErr = aRet;
     else if (aRet < 0)
     if (theErr)
       *theErr = aRet;
     else if (aRet < 0)
-      EXCEPTION(std::runtime_error, "SetCellInfo - MEDmeshElementWr(...)");
+      EXCEPTION(std::runtime_error, "SetCellInfo - MEDmeshElementWr(...), ret="<< aRet);
   }
 
   //----------------------------------------------------------------------------
   }
 
   //----------------------------------------------------------------------------