Ignore:
Timestamp:
12/20/06 17:20:55 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1915 r1916  
    744744        if (avgRayContri < mMinAvgRayContri) 
    745745        { 
    746                 cout << "here4 child" << endl; 
    747746                return childPvs; 
    748747        } 
     
    750749        if (avgRayContri > mMaxAvgRayContri) 
    751750        { 
    752                 cout << "here9 parent" << endl; 
    753751                return totalPvs; 
    754752        } 
     
    764762#endif 
    765763 
    766         cout << "alpha " << alpha << " beta: " << beta << " child: " << childPvs << " parent: " << totalPvs << endl; 
     764        //cout << "alpha " << alpha << " beta: " << beta << " child: " << childPvs << " parent: " << totalPvs << endl; 
    767765         
    768766        if ((newPvs < childPvs - Limits::Small) || (newPvs > totalPvs + Limits::Small)) 
Note: See TracChangeset for help on using the changeset viewer.