Ignore:
Timestamp:
01/31/07 18:11:51 (17 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2066 r2069  
    679679                if (r == mRoot) 
    680680                { 
    681                         Debug << "VSP BSP tree construction time spent at root: " 
    682                                   << TimeDiff(startTime, GetTime())*1e-3 << "s" << endl; 
     681                        cout << "VSP BSP tree construction time spent at root: " 
     682                                 << TimeDiff(startTime, GetTime())*1e-3 << "s" << endl; 
    683683                } 
    684684 
Note: See TracChangeset for help on using the changeset viewer.