Commit 064bb5e3 authored by Peter Eastman's avatar Peter Eastman
Browse files

Fixed error on some platforms

parent 1dffa999
...@@ -96,7 +96,7 @@ ...@@ -96,7 +96,7 @@
getEnergy=False, getEnergy=False,
getParameters=False, getParameters=False,
enforcePeriodicBox=False, enforcePeriodicBox=False,
groups=0xFFFFFFFF): groups=-1):
""" """
getState(self, getState(self,
getPositions = False, getPositions = False,
...@@ -105,7 +105,7 @@ ...@@ -105,7 +105,7 @@
getEnergy = False, getEnergy = False,
getParameters = False, getParameters = False,
enforcePeriodicBox = False, enforcePeriodicBox = False,
groups = 0xFFFFFFFF) groups = -1)
-> State -> State
Get a State object recording the current state information stored in this context. Get a State object recording the current state information stored in this context.
getPositions -- whether to store particle positions in the State getPositions -- whether to store particle positions in the State
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment