Ignore:
Timestamp:
01/18/07 11:44:46 (17 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1977 r1990  
    468468        //mMemoryConst = (float)(sizeof(VspLeaf) + sizeof(VspViewCell)); 
    469469        //mMemoryConst = 50;//(float)(sizeof(VspViewCell)); 
    470  
    471470        //mMemoryConst = (float)(sizeof(VspLeaf) + sizeof(ObjectPvs)); 
     471 
    472472        mMemoryConst = 16;//(float)sizeof(ObjectPvs); 
    473         cout << "vsp memcost: " << mMemoryConst << endl; 
     473         
    474474 
    475475        ////////////// 
    476476        //-- debug output 
    477477 
    478         Debug << "******* VSP options ******** " << endl; 
     478        Debug << "******* VSP options ********" << endl; 
    479479 
    480480    Debug << "max depth: " << mTermMaxDepth << endl; 
     
    501501 
    502502        Debug << "vsp mem const: " << mMemoryConst << endl; 
    503  
    504         cout << "use cost heuristics: " << mUseCostHeuristics << endl; 
    505503 
    506504        Debug << endl; 
Note: See TracChangeset for help on using the changeset viewer.