Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove int(mu) in timing synchronization input (#60)
Line148: adding int(mu) does nothing since mu is always fractional at this point (0 <= mu < 1). Taking int(fractional number) always returns 0
- Loading branch information