60,61c60,61
< # define a MaxTick parameter
< MaxTick = 2**63 - 1
---
> # define a MaxTick parameter, unsigned 64 bit
> MaxTick = 2**64 - 1