Commit 47b62063 authored by Jason Swails's avatar Jason Swails
Browse files

Make sure RBTorsion parameters are returned with the correct units.

parent 227c86bf
......@@ -413,7 +413,8 @@ UNITS = {
("Platform", "getSpeed") : (None, ()),
("RBTorsionForce", "getTorsionParameters")
: (None, (None, None, None, None,
None, None, None, None, None, None)),
'unit.kilojoules_per_mole', 'unit.kilojoules_per_mole', 'unit.kilojoules_per_mole',
'unit.kilojoules_per_mole', 'unit.kilojoules_per_mole', 'unit.kilojoules_per_mole')),
("System", "getConstraintParameters") : (None, (None, None, 'unit.nanometer')),
("System", "getForce") : (None, ()),
("System", "getVirtualSite") : (None, ()),
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment