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
064bb5e3
Commit
064bb5e3
authored
Mar 15, 2012
by
Peter Eastman
Browse files
Fixed error on some platforms
parent
1dffa999
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
wrappers/python/src/swig_doxygen/swig_lib/python/extend.i
wrappers/python/src/swig_doxygen/swig_lib/python/extend.i
+2
-2
No files found.
wrappers/python/src/swig_doxygen/swig_lib/python/extend.i
View file @
064bb5e3
...
...
@@ -96,7 +96,7 @@
getEnergy
=
False
,
getParameters
=
False
,
enforcePeriodicBox
=
False
,
groups
=
0xFFFFFFFF
)
:
groups
=
-
1
)
:
"""
getState(self,
getPositions = False,
...
...
@@ -105,7 +105,7 @@
getEnergy = False,
getParameters = False,
enforcePeriodicBox = False,
groups =
0xFFFFFFFF
)
groups =
-1
)
-> State
Get a State object recording the current state information stored in this context.
getPositions -- whether to store particle positions in the State
...
...
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