Misc. typo and whitespace fixes
Found via `codespell`
This commit is contained in:
committed by
abdullahtahiriyo
parent
4f7f8576a3
commit
2b02659010
@@ -75,7 +75,7 @@ def exportMeshToTetGenPoly(meshToExport, filePath, beVerbose=1):
|
||||
EdgeFacets = {(PointList[0], PointList[1]): set([0])}
|
||||
Edge = []
|
||||
|
||||
# Finde all facets for each edge
|
||||
# Find all facets for each edge
|
||||
for FacetIndex in range(len(allFacets)):
|
||||
Facet = allFacets[FacetIndex]
|
||||
for i in range(0, -len(Facet), -1):
|
||||
|
||||
Reference in New Issue
Block a user