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
d44805d7
Commit
d44805d7
authored
Dec 09, 2015
by
Rafal P. Wiewiora
Browse files
fix comment
parent
aff6ab55
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/pdbfile.py
wrappers/python/simtk/openmm/app/pdbfile.py
+1
-1
No files found.
wrappers/python/simtk/openmm/app/pdbfile.py
View file @
d44805d7
...
...
@@ -158,7 +158,7 @@ class PDBFile(object):
self
.
topology
.
createDisulfideBonds
(
self
.
positions
)
self
.
_numpyPositions
=
None
# Add bonds based on CONECT records.
Bonds are not added for elements in metalElements, unless in the same residue.
# Add bonds based on CONECT records.
connectBonds
=
[]
for
connect
in
pdb
.
models
[
-
1
].
connects
:
...
...
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