Commit 7cbc52ed authored by Robert McGibbon's avatar Robert McGibbon
Browse files

typo: extra s

parent ee1323b9
...@@ -151,7 +151,7 @@ class DesmondDMSFile(object): ...@@ -151,7 +151,7 @@ class DesmondDMSFile(object):
for p0, p1 in self._conn.execute('SELECT p0, p1 FROM bond'): for p0, p1 in self._conn.execute('SELECT p0, p1 FROM bond'):
top.addBond(atoms[p0], atoms[p1]) top.addBond(atoms[p0], atoms[p1])
positions = positions*angstroms positions = positions*angstrom
return top, positions return top, positions
def createSystem(self, nonbondedMethod=ff.NoCutoff, nonbondedCutoff=1.0*nanometer, def createSystem(self, nonbondedMethod=ff.NoCutoff, nonbondedCutoff=1.0*nanometer,
......
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