]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
Err message modification
authorageay <ageay>
Wed, 20 Mar 2013 15:10:05 +0000 (15:10 +0000)
committerageay <ageay>
Wed, 20 Mar 2013 15:10:05 +0000 (15:10 +0000)
src/MEDCoupling/MEDCouplingUMesh.cxx

index b842fa2c74f799e5adb775ca5553a4313e98cdce..19179c04d7957f874ece78291d402421d1255eca 100644 (file)
@@ -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.");
 }
 
 /*!