Ignore:
Timestamp:
04/26/06 14:59:00 (18 years ago)
Author:
mattausch
Message:

created library from the preprocessor

File:
1 edited

Legend:

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

    r822 r827  
    43694369        case 1: // pvs 
    43704370                { 
    4371                         importance = (float)mViewCellsTree->GetPvsSize(vc) / 
    4372 #if 1 // hack for result                         
    4373                                 (float)mCurrentViewCellsStats.maxPvs; 
    4374 #else 
    4375                                 463.0f; 
    4376 #endif 
     4371                        importance = (float)mViewCellsTree->GetPvsSize(vc) / (float)mCurrentViewCellsStats.maxPvs; 
    43774372                } 
    43784373                break; 
Note: See TracChangeset for help on using the changeset viewer.