]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
icc porting
authorageay <ageay>
Mon, 28 Mar 2011 13:28:30 +0000 (13:28 +0000)
committerageay <ageay>
Mon, 28 Mar 2011 13:28:30 +0000 (13:28 +0000)
src/INTERP_KERNEL/PlanarIntersector.txx

index b7d38139782ad2600d2acc4918aae4fc1c8c83ca..0720774ce40a91c33af1e8b7b5dd648757025b08 100644 (file)
@@ -384,7 +384,7 @@ namespace INTERP_KERNEL
       }
     else
       {
-        std::cout << " Maille dégénérée " << "epsilon = " << epsilon << std::endl;
+        std::cout << " Degenerated cell " << "epsilon = " << epsilon << std::endl;
         std::cout << " i_A1= " << i_A1 << " i_A2= " << i_A2 << std::endl;
         std::cout << " distance2<SPACEDIM>(Coords_A,&Coords_A[i_A1])= " <<  distance2<SPACEDIM>(Coords_A,&Coords_A[i_A1]) << std::endl;
         std::cout << "abs(normal_A) = " << fabs(normal_A[0]) << " ; " <<fabs( normal_A[1]) << " ; " << fabs(normal_A[2]) << std::endl;