From: ageay Date: Wed, 20 Mar 2013 15:10:05 +0000 (+0000) Subject: Err message modification X-Git-Tag: V6_main_FINAL~261 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f589fda6d13a71deaeff19b133e9f86c4fe92ac1;p=tools%2Fmedcoupling.git Err message modification --- diff --git a/src/MEDCoupling/MEDCouplingUMesh.cxx b/src/MEDCoupling/MEDCouplingUMesh.cxx index b842fa2c7..19179c04d 100644 --- a/src/MEDCoupling/MEDCouplingUMesh.cxx +++ b/src/MEDCoupling/MEDCouplingUMesh.cxx @@ -1295,7 +1295,7 @@ int MEDCouplingUMesh::AreCellsEqual(const int *conn, const int *connI, int cell1 case 7: return AreCellsEqual7(conn,connI,cell1,cell2); } - throw INTERP_KERNEL::Exception("Unknown comparison asked ! Must be in 0,1,2 or 3."); + throw INTERP_KERNEL::Exception("Unknown comparison asked ! Must be in 0,1,2,3 or 7."); } /*!