mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-15 06:50:32 +05:00
fix misspelling
This commit is contained in:
parent
33cfc57a7c
commit
95b07959a5
@ -624,7 +624,7 @@ bool StdMeshers_Regular_1D::computeInternalParameters(SMESH_Mesh & theMesh,
|
|||||||
double scale = _value[ SCALE_FACTOR_IND ];
|
double scale = _value[ SCALE_FACTOR_IND ];
|
||||||
|
|
||||||
if (fabs(scale - 1.0) < Precision::Confusion()) {
|
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++) {
|
for (int i = 1; i < NbSegm; i++) {
|
||||||
double param = f + (l - f) * i / NbSegm;
|
double param = f + (l - f) * i / NbSegm;
|
||||||
theParams.push_back( param );
|
theParams.push_back( param );
|
||||||
|
Loading…
Reference in New Issue
Block a user