mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
0031939: Coding - correction of spelling errors in comments
Fix various typos Fixed via `codespell v2.0.dev`
This commit is contained in:
@@ -72,7 +72,7 @@ void BRepMesh_BaseMeshAlgo::Perform(
|
||||
commitSurfaceTriangulation();
|
||||
}
|
||||
}
|
||||
catch (Standard_Failure const& /*theExeption*/)
|
||||
catch (Standard_Failure const& /*theException*/)
|
||||
{
|
||||
}
|
||||
|
||||
|
@@ -419,7 +419,7 @@ void BRepMesh_Delaun::RemoveAuxElements ()
|
||||
|
||||
//=======================================================================
|
||||
//function : createTriangles
|
||||
//purpose : Creates the triangles beetween the node and the polyline.
|
||||
//purpose : Creates the triangles between the node and the polyline.
|
||||
//=======================================================================
|
||||
void BRepMesh_Delaun::createTriangles(const Standard_Integer theVertexIndex,
|
||||
IMeshData::MapOfIntegerInteger& thePoly)
|
||||
|
@@ -262,7 +262,7 @@ private:
|
||||
//! Triangulation of closed polygon containing only three edges.
|
||||
Standard_Boolean meshElementaryPolygon (const IMeshData::SequenceOfInteger& thePolygon);
|
||||
|
||||
//! Creates the triangles beetween the given node and the given polyline.
|
||||
//! Creates the triangles between the given node and the given polyline.
|
||||
void createTriangles (const Standard_Integer theVertexIndex,
|
||||
IMeshData::MapOfIntegerInteger& thePoly);
|
||||
|
||||
|
@@ -127,7 +127,7 @@ public:
|
||||
}
|
||||
|
||||
//! Adds new link to mesh.
|
||||
//! Updates link index and link orientaion parameters.
|
||||
//! Updates link index and link orientation parameters.
|
||||
void AddLink(const Standard_Integer theFirstNode,
|
||||
const Standard_Integer theLastNode,
|
||||
Standard_Integer& theLinkIndex,
|
||||
|
Reference in New Issue
Block a user