An error occurred while fetching folder content.
Martin Christoph Hierholzer
authored
Fixed a type confusion between int64_t (aka long int on 64 bit platforms) and long long int. The types are not identical (in the C++ sense) but bit-compatible. ChimeraTK expects int64_t while DOOCS expects long long int.
Name | Last commit | Last update |
---|