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
233b9694
"vscode:/vscode.git/clone" did not exist on "6426a478ce9c76dfcbb0bb287ba10f12a5007f57"
Commit
233b9694
authored
Jan 01, 2016
by
Jason Swails
Browse files
Fix syntax error.
parent
e79f1488
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/internal/customgbforces.py
wrappers/python/simtk/openmm/app/internal/customgbforces.py
+1
-1
No files found.
wrappers/python/simtk/openmm/app/internal/customgbforces.py
View file @
233b9694
...
...
@@ -230,7 +230,7 @@ def _bondi_radii(topology):
for
i
,
atom
in
enumerate
(
topology
.
getAtoms
()):
if
atom
.
element
is
E
.
carbon
:
radii
[
i
]
=
1.7
elif
atom
.
element
in
(
E
.
hydrogen
,
E
.
deuterium
)
;
elif
atom
.
element
in
(
E
.
hydrogen
,
E
.
deuterium
)
:
radii
[
i
]
=
1.2
elif
atom
.
element
is
E
.
nitrogen
:
radii
[
i
]
=
1.55
...
...
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