Ignore:
Timestamp:
03/05/07 11:07:44 (17 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/common.cpp

    r2176 r2187  
    158158TimeDiff(long time1, long time2) // in ms 
    159159{ 
    160   const Real clk=1.0e-3f; // ticks per second 
     160  //const Real clk=1.0e-3f; // ticks per second 
    161161  // $$ tmp store time in ms 
    162   //const Real clk=1.0f; // ticks per second 
     162  const Real clk=1.0f; // ticks per second 
    163163  long t=time2-time1; 
    164164   
Note: See TracChangeset for help on using the changeset viewer.