X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FINTERP_KERNEL%2FPlanarIntersector.txx;h=5824d6923dfa381650dc35d39ef22abf60e3de0c;hb=19a5d11f2c31745a83bd6993357263641c0babe5;hp=92099bac1a66a69f3d492a899b8a03e4c36b9bd8;hpb=3654e1300eb1df6f81e25049fb90153f451cdaf3;p=tools%2Fmedcoupling.git diff --git a/src/INTERP_KERNEL/PlanarIntersector.txx b/src/INTERP_KERNEL/PlanarIntersector.txx index 92099bac1..5824d6923 100644 --- a/src/INTERP_KERNEL/PlanarIntersector.txx +++ b/src/INTERP_KERNEL/PlanarIntersector.txx @@ -93,7 +93,7 @@ namespace INTERP_KERNEL } /*! - Computes the bouding box of a given element. iP in numPol mode. + Computes the bounding box of a given element. iP in numPol mode. */ template void PlanarIntersector::getElemBB(double* bb, const MyMeshType& mesh, ConnType iP, ConnType nb_nodes) @@ -380,7 +380,7 @@ namespace INTERP_KERNEL Coords_B[SPACEDIM*i_B+idim] -= proj*linear_comb[idim]; } - //Buid the matrix sending A into the Oxy plane and apply it to A and B + //Build the matrix sending A into the Oxy plane and apply it to A and B if(do_rotate) { TranslationRotationMatrix rotation;