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
3dee925d
Commit
3dee925d
authored
Oct 07, 2015
by
M J Harvey
Browse files
fix use of permissive
parent
8a6c98c2
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/charmmparameterset.py
wrappers/python/simtk/openmm/app/charmmparameterset.py
+1
-1
No files found.
wrappers/python/simtk/openmm/app/charmmparameterset.py
View file @
3dee925d
...
...
@@ -136,7 +136,7 @@ class CharmmParameterSet(object):
else
:
raise
TypeError
(
'Unrecognized file type: %s'
%
arg
)
for
top
in
tops
:
self
.
readTopologyFile
(
top
)
for
par
in
pars
:
self
.
readParameterFile
(
par
,
permissive
=
self
.
permissive
)
for
par
in
pars
:
self
.
readParameterFile
(
par
,
permissive
=
permissive
)
for
strf
in
strs
:
self
.
readStreamFile
(
strf
)
@
classmethod
...
...
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