leetmaa / KMCLib

A kinetic Monte Carlo Python/C++ library.
GNU General Public License v3.0
119 stars 49 forks source link

Change datatype from unsigned long int to uint64_t #14

Closed PytLab closed 3 years ago

PytLab commented 7 years ago

Using the fixed-size datatype from stdint.h instead of unsigned long int in hash related functions for platform portability.