Skip to content

Commit

Permalink
Add comments to Geometry_GU.py
Browse files Browse the repository at this point in the history
  • Loading branch information
psauvan authored Apr 26, 2024
1 parent 6f57f78 commit 416bbbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/geouned/GEOUNED/Utils/Geometry_GU.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ def __mergePeriodicUV__(self, parameter, faceList):

# FACES
class FaceGu(object):
"""GEOUNED Face Class"""
"""GEOUNED Face Class"""
def __init__(self, face, Plane3Pts=False):
# GEOUNED based atributes
self.__face__ = face
Expand Down

0 comments on commit 416bbbf

Please sign in to comment.