0020838: EDF 1369 SMESH : Double elements generated

- Fix computeParamByFunc() for case where theReverse=true
This commit is contained in:
eap 2010-04-20 13:14:23 +00:00
parent 5de0556cb3
commit 2898854b35

View File

@ -325,6 +325,8 @@ static bool computeParamByFunc(Adaptor3d_Curve& C3d, double first, double last,
return false;
prevU = U;
}
if ( theReverse )
theParams.reverse();
return true;
}