Skip to content

Commit

Permalink
back to snake case
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell authored Apr 26, 2024
1 parent 60972c4 commit 7cef223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/geouned/GEOUNED/Cuboid/translate.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def setDefinition(metaObj, Surfaces):
solid_GU = GU.SolidGu(sol, plane3Pts=True)

Faces = []
for face in Solid_Gu.Faces:
for face in solid_Gu.Faces:
if abs(face.Area) < 1e-2:
continue
if face.Area < 0:
Expand Down

0 comments on commit 7cef223

Please sign in to comment.