Ignore:
Timestamp:
03/06/07 17:37:28 (17 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/Statistics.h

    r2003 r2198  
    1717  static inline double TimeDiff(long time1, long time2) // in s 
    1818  { 
    19     const double clk = 1.0E-6; // ticks per second 
     19    const double clk = 1.0E-3; // ticks per second 
    2020    long t = time2 - time1; 
    2121                 
Note: See TracChangeset for help on using the changeset viewer.