mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0031939: Coding - correction of spelling errors in comments [part 5]
Fix various typos Fixed via `codespell v2.1.dev
This commit is contained in:
@@ -383,7 +383,7 @@ public:
|
||||
//! Used as argument for a flatknots evaluation.
|
||||
static TColStd_Array1OfInteger* NoMults();
|
||||
|
||||
//! Stores in LK the usefull knots for the BoorSchem
|
||||
//! Stores in LK the useful knots for the BoorSchem
|
||||
//! on the span Knots(Index) - Knots(Index+1)
|
||||
Standard_EXPORT static void BuildKnots (const Standard_Integer Degree, const Standard_Integer Index, const Standard_Boolean Periodic, const TColStd_Array1OfReal& Knots, const TColStd_Array1OfInteger* Mults, Standard_Real& LK);
|
||||
|
||||
|
Reference in New Issue
Block a user