Skip to content

Commit

Permalink
fixup! Remove TType.hoc and TPointList.hoc
Browse files Browse the repository at this point in the history
  • Loading branch information
jorblancoa committed Mar 21, 2024
1 parent eff31fc commit 9fb14a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion neurodamus/target_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,8 @@ def __init__(self, cell):


class TPointList:
def __init__(self):
def __init__(self, gid):
self.gid = gid
self.sclst = [] # To store section references
self.x = Nd.Vector() # To store point values

Expand Down

0 comments on commit 9fb14a8

Please sign in to comment.