Try different type definition

pull/12/head
Izaak Beekman 8 years ago
parent 73faf6379e
commit 90fefd63e6
No known key found for this signature in database
GPG Key ID: A93CE70D8021BD0F

@ -107,7 +107,7 @@
double mpi_wtime()
{
#if defined(WIN32) || defined(_WIN32)
Int64 tim, freq;
__int64 tim, freq;
double seconds;
QueryPerformanceCounter(&tim);

Loading…
Cancel
Save