Ignore:
Timestamp:
10/11/06 00:57:43 (18 years ago)
Author:
bittner
Message:

vsp osp tests

File:
1 edited

Legend:

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

    r1593 r1608  
    903903                  } 
    904904                if (i % 10000 == 0) 
    905                   cout<<i<<"/"<<rays.size()<<"\r"; 
    906         } 
    907          
    908  
     905                  cout<<"\r"<<i<<"/"<<rays.size()<<"\r"; 
     906        } 
     907        cout<<endl; 
     908         
    909909        long t2 = GetTime(); 
    910910 
Note: See TracChangeset for help on using the changeset viewer.