Ignore:
Timestamp:
11/15/06 20:34:23 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1749 r1760  
    473473 
    474474        //mMemoryConst = (float)(sizeof(VspLeaf) + sizeof(ObjectPvs)); 
    475         mMemoryConst = (float)sizeof(ObjectPvs); 
     475        mMemoryConst = 16;//(float)sizeof(ObjectPvs); 
    476476        cout << "vsp memcost: " << mMemoryConst << endl; 
    477477 
Note: See TracChangeset for help on using the changeset viewer.