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
76520ce4
Unverified
Commit
76520ce4
authored
Oct 26, 2023
by
Peter Eastman
Committed by
GitHub
Oct 26, 2023
Browse files
Removed use of obsolete method iteritems() (#4285)
parent
25f502d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
wrappers/python/openmm/app/gromacstopfile.py
wrappers/python/openmm/app/gromacstopfile.py
+1
-1
No files found.
wrappers/python/openmm/app/gromacstopfile.py
View file @
76520ce4
...
@@ -562,7 +562,7 @@ class GromacsTopFile(object):
...
@@ -562,7 +562,7 @@ class GromacsTopFile(object):
self
.
_defines
[
'FLEXIBLE'
]
=
True
self
.
_defines
[
'FLEXIBLE'
]
=
True
self
.
_genpairs
=
True
self
.
_genpairs
=
True
if
defines
is
not
None
:
if
defines
is
not
None
:
for
define
,
value
in
defines
.
iter
items
():
for
define
,
value
in
defines
.
items
():
self
.
_defines
[
define
]
=
value
self
.
_defines
[
define
]
=
value
# Parse the file.
# Parse the file.
...
...
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