mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-13 14:27:08 +03:00
0031939: Coding - correction of spelling errors in comments
Fix various typos Fixed via `codespell v2.0.dev`
This commit is contained in:
@@ -53,9 +53,9 @@ Convert_GridPolynomialToPoles(
|
||||
myVDegree = NumCoeffPerSurface->Value(2)-1;
|
||||
|
||||
if (myUDegree > MaxUDegree)
|
||||
throw Standard_DomainError("Convert : Incoherence beetween NumCoeffPerSurface and MaxUDegree");
|
||||
throw Standard_DomainError("Convert : Incoherence between NumCoeffPerSurface and MaxUDegree");
|
||||
if (myVDegree > MaxVDegree)
|
||||
throw Standard_DomainError("Convert : Incoherence beetween NumCoeffPerSurface and MaxVDegree");
|
||||
throw Standard_DomainError("Convert : Incoherence between NumCoeffPerSurface and MaxVDegree");
|
||||
|
||||
Handle(TColStd_HArray2OfInteger) NumCoeff =
|
||||
new (TColStd_HArray2OfInteger)(1, 1, 1, 2);
|
||||
@@ -119,9 +119,9 @@ Convert_GridPolynomialToPoles(
|
||||
}
|
||||
|
||||
if (myUDegree > RealUDegree)
|
||||
throw Standard_DomainError("Convert : Incoherence beetween NumCoeffPerSurface and MaxUDegree");
|
||||
throw Standard_DomainError("Convert : Incoherence between NumCoeffPerSurface and MaxUDegree");
|
||||
if (myVDegree > RealVDegree)
|
||||
throw Standard_DomainError("Convert : Incoherence beetween NumCoeffPerSurface and MaxVDegree");
|
||||
throw Standard_DomainError("Convert : Incoherence between NumCoeffPerSurface and MaxVDegree");
|
||||
|
||||
Perform (UContinuity, VContinuity,
|
||||
RealUDegree, RealVDegree,
|
||||
|
Reference in New Issue
Block a user