Ignore:
Timestamp:
08/11/06 15:23:47 (18 years ago)
Author:
bittner
Message:

code merge

File:
1 edited

Legend:

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

    r1189 r1199  
    18331833        while (root->GetParent()) 
    18341834        { 
     1835// <<<<<<< .mine 
     1836//      case PVS_IN_LEAVES: //-- store pvs only in leaves 
     1837//              {                        
     1838//                      // pvs is always stored directly in leaves 
     1839//                      if (vc->IsLeaf()) 
     1840//                      { 
     1841//                              if (!countKdPvs) 
     1842//                                      pvsSize = vc->GetPvs().GetSize(); 
     1843//                              else 
     1844//                                      pvsSize = CountKdPvs(dynamic_cast<ViewCellLeaf *>(vc)); 
     1845//                              break; 
     1846//                      } 
    18351847                root = root->GetParent(); 
    18361848         
Note: See TracChangeset for help on using the changeset viewer.