Skip to content

Commit

Permalink
Merge pull request #46 from bendudson/wall-check-inputs
Browse files Browse the repository at this point in the history
Wall check inputs
  • Loading branch information
bendudson committed Jan 29, 2021
2 parents 84fced4 + c656a18 commit 56b7a62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions freegs/machine.py
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,7 @@ class Wall:
"""

def __init__(self, R, Z):
assert len(R) == len(Z)
self.R = R
self.Z = Z

Expand Down

0 comments on commit 56b7a62

Please sign in to comment.