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

Fixed error on some platforms

parent 1dffa999
......@@ -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
......
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