FIX: warning

This commit is contained in:
Sebastien Barre 2002-04-16 09:28:34 -04:00
parent a07cdc75e1
commit ebbcc3c97d

View File

@ -102,7 +102,7 @@ int main(int ac, char** av)
double clocks_per_sec = (double)CLOCKS_PER_SEC; double clocks_per_sec = (double)CLOCKS_PER_SEC;
std::cout << "Elapsed time: " std::cout << "Elapsed time: "
<< (time_finish - time_start) << " s. (time)" << (time_t)(time_finish - time_start) << " s. (time)"
<< ", " << ", "
<< (double)(clock_finish - clock_start) / clocks_per_sec << (double)(clock_finish - clock_start) / clocks_per_sec
<< " s. (clock)" << " s. (clock)"