From: eap Date: Mon, 21 Jul 2008 09:47:54 +0000 (+0000) Subject: fix misspelling X-Git-Tag: V4_1_4a1~38 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=95b07959a5022d41f17d86174cc080494abc84fc;p=modules%2Fsmesh.git fix misspelling --- diff --git a/src/StdMeshers/StdMeshers_Regular_1D.cxx b/src/StdMeshers/StdMeshers_Regular_1D.cxx index b2a507433..fe7f869d3 100644 --- a/src/StdMeshers/StdMeshers_Regular_1D.cxx +++ b/src/StdMeshers/StdMeshers_Regular_1D.cxx @@ -624,7 +624,7 @@ bool StdMeshers_Regular_1D::computeInternalParameters(SMESH_Mesh & theMesh, double scale = _value[ SCALE_FACTOR_IND ]; if (fabs(scale - 1.0) < Precision::Confusion()) { - // special case to avoid division on zero + // special case to avoid division by zero for (int i = 1; i < NbSegm; i++) { double param = f + (l - f) * i / NbSegm; theParams.push_back( param );