Ignore:
Timestamp:
09/26/06 10:05:29 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1416 r1489  
    14851485{ 
    14861486         stats << "#Pass\n" << pass << endl 
    1487                 //<< "#Merged\n" << mergeStats.merged << endl  
    14881487                << "#ViewCells\n" << viewCells << endl  
    14891488        << "#RenderCostDecrease\n" << renderCostDecrease << endl // TODO 
     
    14991498                << endl; 
    15001499} 
     1500 
    15011501 
    15021502void ViewCellsTree::ExportStats(const string &mergeStats) 
Note: See TracChangeset for help on using the changeset viewer.