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
e2c272d0
Commit
e2c272d0
authored
Sep 02, 2014
by
peastman
Browse files
Merge pull request #600 from kmdalton/master
small typo in checkpointreporter.py true --> True
parents
c4acc7d2
e6b89797
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/checkpointreporter.py
wrappers/python/simtk/openmm/app/checkpointreporter.py
+1
-1
No files found.
wrappers/python/simtk/openmm/app/checkpointreporter.py
View file @
e2c272d0
...
...
@@ -78,7 +78,7 @@ class CheckpointReporter(object):
self
.
_reportInterval
=
reportInterval
if
isinstance
(
file
,
basestring
):
self
.
_own_handle
=
t
rue
self
.
_own_handle
=
T
rue
self
.
_out
=
open
(
file
,
'w+b'
,
0
)
else
:
self
.
_out
=
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