Skip to content

Commit

Permalink
fix atom conv for latest tempy
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmkrieger committed Oct 20, 2023
1 parent 0440ca3 commit c9cf25b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prody/atomic/atom.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ def toTEMPyAtom(self):
self.getAltloc(), self.getIcode(),
self.getCharge(), self.getElement(),
self.getOccupancy(), self.getResname(),
None, self.getACSIndex(), self.getChid(),
self.getACSIndex(), self.getChid(),
self.getResnum())


Expand Down

0 comments on commit c9cf25b

Please sign in to comment.