Ignore:
Timestamp:
10/19/06 16:45:37 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1649 r1653  
    122122                "Hierarchy.Termination.maxMemory", mTermMaxMemory); 
    123123 
     124        mTermMaxMemory *= (1024.0f * 1024.0f); 
     125 
    124126        Debug << "******** Hierachy Manager Options ***********" << endl; 
    125127        Debug << "max leaves: " << mTermMaxLeaves << endl; 
     
    283285                ); 
    284286 
    285 //#if _DEBUG 
     287#if _DEBUG 
    286288        if (terminationCriteriaMet) 
    287289        { 
     
    291293                Debug << "memory: " << mHierarchyStats.mMemory << " " << mTermMaxMemory << endl; 
    292294        } 
    293 //#endif 
     295#endif 
    294296 
    295297        return terminationCriteriaMet; 
Note: See TracChangeset for help on using the changeset viewer.