Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jennyfothergill committed Apr 27, 2021
1 parent c8b3fa6 commit 5016080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mbuild/pattern.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def __init__(self, points, orientations=None, scale=None, **kwargs):
self.points = points
if orientations is None:
orientations = dict()
self.orientations = orientations # TODO: implement for more patterns
self.orientations = orientations
if scale is not None:
self.scale(scale)

Expand Down

0 comments on commit 5016080

Please sign in to comment.