Ignore:
Timestamp:
10/24/06 10:15:48 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1667 r1673  
    441441                { 
    442442                        HierarchyManager *hm = sBvHierarchy->mHierarchyManager; 
     443                 
    443444                        if (hm->ConsiderMemory()) 
    444445                        { 
     
    446447                                const float mc = hm->GetHierarchyStats().mMemory + 
    447448                                                                 (float)mPvsEntriesIncr * ObjectPvs::GetEntrySizeByte(); 
    448                                 //cout << "x"; 
     449                                 
    449450                                return - (rc * mc) / float(1024 * 1024); 
    450451                        } 
Note: See TracChangeset for help on using the changeset viewer.