Changeset 1731 for GTP/trunk/Lib/Vis
- Timestamp:
- 11/09/06 09:38:16 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/HierarchyManager.cpp
r1727 r1731 998 998 if ((steps >= maxSteps) || ((priority < threshold) && !(steps < minSteps))) 999 999 { 1000 cout << "\n**************** breaking on " << priority << " smaller than " << threshold << endl; 1000 cout << "\n**************** breaking on " << priority 1001 << " smaller than " << threshold << endl; 1001 1002 break; 1002 1003 }
Note: See TracChangeset
for help on using the changeset viewer.