Changeset 1731


Ignore:
Timestamp:
11/09/06 09:38:16 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1727 r1731  
    998998                if ((steps >= maxSteps) || ((priority < threshold) && !(steps < minSteps))) 
    999999                { 
    1000                         cout << "\n**************** breaking on " << priority << " smaller than " << threshold << endl; 
     1000                        cout << "\n**************** breaking on " << priority  
     1001                                 << " smaller than " << threshold << endl; 
    10011002                        break; 
    10021003                } 
Note: See TracChangeset for help on using the changeset viewer.