Ignore:
Timestamp:
04/07/06 23:42:54 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r729 r734  
    532532        // frequency stats are updated 
    533533        const int statsOut = 500; 
    534         Debug << "here3" << endl; Debug.flush(); 
     534         
    535535        // passes are needed for statistics, because we don't want to record 
    536536        // every merge 
     
    546546        int maxMergesPerPass; 
    547547        int numMergedViewCells = 0; 
    548         Debug << "here5" << endl; Debug.flush(); 
     548         
    549549        environment->GetIntValue("ViewCells.PostProcess.maxMergesPerPass", maxMergesPerPass); 
    550550        environment->GetFloatValue("ViewCells.PostProcess.avgCostMaxDeviation", avgCostMaxDeviation); 
Note: See TracChangeset for help on using the changeset viewer.