Ignore:
Timestamp:
01/23/07 16:29:58 (17 years ago)
Author:
bittner
Message:

timing restored

File:
1 edited

Legend:

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

    r2035 r2043  
    114114          for (; rays.size() < 16; ) { 
    115115                if (i%100000 == 0) { 
    116                   cout<<samples/1e6f<<"M rays, progress: "<<samples*100/mTotalSamples<<" %   \r"; 
     116                  cout<<samples/1e6f<<"M rays, progress: "<<(samples*100.0f)/mTotalSamples<<" %   \r"; 
    117117                } 
    118118                 
Note: See TracChangeset for help on using the changeset viewer.