CVSROOT: /var/cvs/freesci Module name: freesci Changes by: jameson 2002/06/09 19:05:51 GMT
Modified files:
. : aclocal.m4 configure
src/scicore : tools.c
Log message:
* sci_gettime() now returns correct seconds
sci_gettime() used an extra call to time(NULL) to determine the system time;
sometimes the result could be slightly behind the results of gettimeofday(),
causing erroneous waits of approximately one second in random places.
Sorry about that!
-- Christoph
