Ignore:
Timestamp:
05/28/08 04:02:18 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2709 r2723  
    133133        if (mCurrentSamples - lastEvaluation >= mSamplesPerEvaluation) { 
    134134          Real time = TimeDiff(startTime, GetTime()); 
     135#if 0 // matt: remove temporarily 
    135136          mViewCellsManager->PrintPvsStatistics(mStats); 
     137#endif 
    136138          mStats << 
    137139                "#Pass\n" <<mPass<<endl<< 
Note: See TracChangeset for help on using the changeset viewer.