mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-09-17 20:03:17 +08:00
ups
This commit is contained in:
parent
d5af5ab92b
commit
3e6ab8f93b
@ -128,7 +128,7 @@ public:
|
|||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
SYSTEMTIME st;
|
SYSTEMTIME st;
|
||||||
GetSystemTime(&st);
|
GetSystemTime(&st);
|
||||||
return (double)st.wSecond + 1.e-6 * (double)st.wMilliseconds;
|
return (double)st.wSecond + 1.e-3 * (double)st.wMilliseconds;
|
||||||
#else
|
#else
|
||||||
struct timeval tv;
|
struct timeval tv;
|
||||||
struct timezone tz;
|
struct timezone tz;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user