mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-19 13:40:49 +03:00
0031939: Coding - correction of spelling errors in comments [part 6]
Fix various typos Fixed via `codespell v2.1.dev
This commit is contained in:
@@ -120,7 +120,7 @@ void Approx_SweepApproximation::Perform(const Standard_Real First,
|
||||
Translation.SetXYZ
|
||||
(myFunc->BarycentreOfSurf().XYZ());
|
||||
for (ii=1; ii<=Num3DSS; ii++) {
|
||||
Tol = ThreeDTol->Value(ii)/2; // To take accout of the error on the final result.
|
||||
Tol = ThreeDTol->Value(ii)/2; // To take account of the error on the final result.
|
||||
OneDTol->SetValue(ii, Tol * Wmin(ii) / Size);
|
||||
Tol *= Wmin(ii); //Factor of projection
|
||||
ThreeDTol->SetValue(ii, Max(Tol, 1.e-20) );
|
||||
|
Reference in New Issue
Block a user