Ignore:
Timestamp:
10/13/06 09:44:12 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1614 r1622  
    20142014        switch (mViewCellsStorage) 
    20152015        { 
    2016         case PVS_IN_LEAVES: //-- store pvs only in leaves 
    2017                 {                        
     2016        case PVS_IN_LEAVES: 
     2017                { 
     2018                        //-- store pvs only in leaves 
    20182019                        pvsSize = GetEntriesInPvsForLeafStorage(vc); 
    20192020                        break; 
Note: See TracChangeset for help on using the changeset viewer.