[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot]
2025-02-03 22:50:53 +00:00
parent 34a3d3d439
commit 17e17cccb5
51 changed files with 75 additions and 76 deletions

View File

@@ -7,9 +7,9 @@
Return value are list of vectors, 3 vectors define a facet.
Sample code for creating a mesh:
facets = Cube(3.0, 4.0, 5.0)
m = Mesh.newMesh()
m.addFacets(facets)
facets = Cube(3.0, 4.0, 5.0)
m = Mesh.newMesh()
m.addFacets(facets)
"""