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
94ac0e3c
Commit
94ac0e3c
authored
Sep 17, 2014
by
Jason Swails
Browse files
Fix comments.
parent
400b2a24
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
wrappers/python/simtk/openmm/app/charmmparameterset.py
wrappers/python/simtk/openmm/app/charmmparameterset.py
+2
-2
No files found.
wrappers/python/simtk/openmm/app/charmmparameterset.py
View file @
94ac0e3c
...
...
@@ -471,8 +471,8 @@ class CharmmParameterSet(object):
except
IndexError
:
raise
CharmmFileError
(
'Could not parse NBFIX terms.'
)
self
.
nbfix_types
[(
min
(
at1
,
at2
),
max
(
at1
,
at2
))]
=
(
emin
,
rmin
)
#
Now
we
'
re
done. Load the nonbonded types into the relevant AtomTyp
e
#
instances. In order for this to work, all keys
i
n
no
nbonded_types
#
If there
were
any CMAP terms stored in the parameter set, the last on
e
#
defined will not have been added to the set. Add
i
t
no
w.
if
current_cmap
is
not
None
:
ty
=
CmapType
(
current_cmap_res
,
current_cmap_data
)
self
.
cmap_types
[
current_cmap
]
=
ty
...
...
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