1
1
This commit was SVN r17539.
Этот коммит содержится в:
Josh Hursey 2008-02-21 14:28:08 +00:00
родитель 5e0d17ec99
Коммит 134684d096

Просмотреть файл

@ -43,8 +43,6 @@ double MPI_Wtime(void)
{
double wtime;
OPAL_CR_NOOP_PROGRESS();
#if OPAL_TIMER_USEC_NATIVE
/* We may or may not have native usec precision on Windows, so put
this #if before the #ifdef checking for Windows. */
@ -60,5 +58,7 @@ double MPI_Wtime(void)
wtime += (double)tv.tv_usec / 1000000.0;
#endif
OPAL_CR_NOOP_PROGRESS();
return wtime;
}