Ignore:
Timestamp:
09/21/06 19:14:24 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/ViewCellBsp.h

    r1291 r1449  
    207207        int accumRays; 
    208208        int pvs; 
     209        // global cost ratio violations 
     210        int mGlobalCostMisses; 
    209211 
    210212        // Constructor 
     
    227229                for (int i = 0; i < 3; ++ i) 
    228230                        splits[i] = 0; 
    229                  
     231         
     232                mGlobalCostMisses = 0; 
    230233                maxDepth = 0; 
    231234                minDepth = 99999; 
Note: See TracChangeset for help on using the changeset viewer.