Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
7cbc52ed
Commit
7cbc52ed
authored
Oct 01, 2013
by
Robert McGibbon
Browse files
typo: extra s
parent
ee1323b9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
wrappers/python/simtk/openmm/app/desmonddmsfile.py
wrappers/python/simtk/openmm/app/desmonddmsfile.py
+1
-1
No files found.
wrappers/python/simtk/openmm/app/desmonddmsfile.py
View file @
7cbc52ed
...
...
@@ -151,7 +151,7 @@ class DesmondDMSFile(object):
for
p0
,
p1
in
self
.
_conn
.
execute
(
'SELECT p0, p1 FROM bond'
):
top
.
addBond
(
atoms
[
p0
],
atoms
[
p1
])
positions
=
positions
*
angstrom
s
positions
=
positions
*
angstrom
return
top
,
positions
def
createSystem
(
self
,
nonbondedMethod
=
ff
.
NoCutoff
,
nonbondedCutoff
=
1.0
*
nanometer
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment