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
1be1654f
"openmmapi/src/NoseHooverIntegrator.cpp" did not exist on "a138663d61116c35f1358ca0e6a49cf2782d1509"
Commit
1be1654f
authored
Jun 19, 2017
by
Mohamad Mohebifar
Committed by
GitHub
Jun 19, 2017
Browse files
Fix a typo that was preventing an error from being raised
parent
93742ae3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
wrappers/python/simtk/openmm/app/forcefield.py
wrappers/python/simtk/openmm/app/forcefield.py
+1
-1
No files found.
wrappers/python/simtk/openmm/app/forcefield.py
View file @
1be1654f
...
...
@@ -4033,7 +4033,7 @@ class AmoebaTorsionTorsionGenerator(object):
# raise error if atoms E or F not found
if
(
atomE
==
-
1
or
atomF
==
-
1
):
outputString
=
"getChiralAtomIndex: error getting bonded partners of atomC=%s %d %s"
%
(
atomC
.
name
,
atomC
.
resi
u
de
.
index
,
atomC
.
resi
u
de
.
name
,)
outputString
=
"getChiralAtomIndex: error getting bonded partners of atomC=%s %d %s"
%
(
atomC
.
name
,
atomC
.
resid
u
e
.
index
,
atomC
.
resid
u
e
.
name
,)
raise
ValueError
(
outputString
)
# check for different type/mass between atoms E & F
...
...
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