Ignore:
Timestamp:
11/24/06 00:24:41 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1772 r1786  
    529529        float totalRenderCost = 0; 
    530530 
     531        ////////////////// 
    531532        //-- compute statistics values of initial view cells 
     533 
    532534        mViewCellsManager->EvaluateRenderStatistics(totalRenderCost, 
    533535                                                                                                mExpectedCost, 
     
    537539                                                                                                mAvgRenderCost); 
    538540 
    539  
     541        ///////////// 
    540542        //-- fill merge queue 
    541543        vector<MergeCandidate> candidates; 
Note: See TracChangeset for help on using the changeset viewer.