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
689fd4d4
Commit
689fd4d4
authored
Mar 28, 2012
by
Peter Eastman
Browse files
All options for StateDataReporter default to False
parent
5b5e2cb6
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/statedatareporter.py
wrappers/python/simtk/openmm/app/statedatareporter.py
+1
-1
No files found.
wrappers/python/simtk/openmm/app/statedatareporter.py
View file @
689fd4d4
...
...
@@ -43,7 +43,7 @@ class StateDataReporter(object):
written in comma-separated-value (CSV) format, but you can specify a different separator to use.
"""
def
__init__
(
self
,
file
,
reportInterval
,
step
=
Tru
e
,
time
=
Tru
e
,
potentialEnergy
=
False
,
kineticEnergy
=
False
,
totalEnergy
=
False
,
temperature
=
False
,
volume
=
False
,
density
=
False
,
separator
=
','
):
def
__init__
(
self
,
file
,
reportInterval
,
step
=
Fals
e
,
time
=
Fals
e
,
potentialEnergy
=
False
,
kineticEnergy
=
False
,
totalEnergy
=
False
,
temperature
=
False
,
volume
=
False
,
density
=
False
,
separator
=
','
):
"""Create a StateDataReporter.
Parameters:
...
...
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