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
a584bc96
Commit
a584bc96
authored
Mar 27, 2014
by
Robert McGibbon
Browse files
whoops
parent
c099c6d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
wrappers/python/simtk/openmm/app/checkpointreporter.py
wrappers/python/simtk/openmm/app/checkpointreporter.py
+1
-0
No files found.
wrappers/python/simtk/openmm/app/checkpointreporter.py
View file @
a584bc96
...
@@ -107,6 +107,7 @@ class CheckpointReporter(object):
...
@@ -107,6 +107,7 @@ class CheckpointReporter(object):
self
.
_out
.
seek
(
0
)
self
.
_out
.
seek
(
0
)
chk
=
simulation
.
context
.
createCheckpoint
()
chk
=
simulation
.
context
.
createCheckpoint
()
self
.
_out
.
write
(
chk
)
self
.
_out
.
write
(
chk
)
self
.
_out
.
truncate
()
self
.
_out
.
flush
()
self
.
_out
.
flush
()
def
__del__
(
self
):
def
__del__
(
self
):
...
...
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