~ubuntu-branches/ubuntu/saucy/fftw3/saucy

« back to all changes in this revision

Viewing changes to kernel/timer.c

Tags: 3.3.3-2ubuntu1
* Merge with Debian (LP: #1088051), remaining changes:
  - remove the mpi packages not suitable for main

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
     return elapsed_sec(t1, t0);
78
78
}
79
79
 
80
 
#  define TIME_MIN_SEC 1.0e-2 /* from fftw2 */
 
80
#  define TIME_MIN_SEC 1.0e-3
81
81
 
82
82
#else /* !HAVE_GETTIMEOFDAY */
83
83