Ignore:
Timestamp:
10/29/06 15:20:18 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1667 r1695  
    15271527        tqueue.push(mRoot); 
    15281528 
     1529        //cout << "exporting stats ... " << endl; 
    15291530        int numViewCells = 1; 
    15301531         
     
    15341535        const int rootPvs = GetPvsSize(mRoot); 
    15351536        const int rootEntries = GetPvsEntries(mRoot); 
    1536  
    1537         cout << "exporting stats ... " << endl; 
    1538          
    15391537        float totalRenderCost, avgRenderCost, expectedCost; 
    15401538 
Note: See TracChangeset for help on using the changeset viewer.