Skip to content

Commit

Permalink
corrected a typo in superpose3d/__init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jewettaij committed Feb 21, 2020
1 parent 1b9ee64 commit 6ad1535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superpose3d/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def Superpose3D(aaXf_orig, # <-- coordinates for the "frozen" object
aaXm_orig, # <-- coordinates for the "mobile" object
aWeights=None, #<- optional weights for the calculation of RMSD
allow_rescale=False, # <-- attempt to rescale mobile object?
q = None) # <-- optional quaternion storing the rotation
q = None): # <-- optional quaternion storing the rotation
"""
Superpose3D() takes two lists of xyz coordinates, (of the same length)
and attempts to superimpose them using rotations, translations, and
Expand Down

0 comments on commit 6ad1535

Please sign in to comment.