Ignore:
Timestamp:
01/23/07 00:11:50 (17 years ago)
Author:
bittner
Message:

merge

File:
1 edited

Legend:

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

    r2017 r2019  
    25382538        ObjectPvs &pvs = (*it)->GetPvs(); 
    25392539        if (pvs.RequiresResortLog()) 
    2540           pvs.Sort(); 
     2540          pvs.SimpleSort(); 
    25412541  } 
    25422542} 
     
    25812581        if (viewCell->GetPvs().RequiresResort())  
    25822582          viewCell->GetPvs().SimpleSort(); 
     2583         
     2584        //        viewCell->GetPvs().SimpleSort(); 
    25832585 
    25842586#if CONTRIBUTION_RELATIVE_TO_PVS_SIZE 
Note: See TracChangeset for help on using the changeset viewer.