Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change long or long long to standard uint64_t #9

Open
farresti opened this issue Oct 24, 2018 · 0 comments
Open

change long or long long to standard uint64_t #9

farresti opened this issue Oct 24, 2018 · 0 comments
Assignees

Comments

@farresti
Copy link

Currently repetition vector is computed either through topology matrix or LCM using long (or long long).
To avoid any problem of overflow (if any) reproducibility, those types should be set to standard uint64_t type.

@farresti farresti self-assigned this Oct 24, 2018
@farresti farresti changed the title change long or long long to standard uint64_t for lcm change long or long long to standard uint64_t Oct 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant