Ignore:
Timestamp:
11/09/06 13:36:30 (18 years ago)
Author:
mattausch
Message:

resolved coflicts
improved memory constant

File:
1 edited

Legend:

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

    r1723 r1732  
    58045804 
    58055805                        startTime = GetTime(); 
     5806                         
    58065807                        cout << "compute new statistics ... " << endl; 
    58075808 
     
    58115812                        timeDiff = TimeDiff(startTime, GetTime()); 
    58125813                        cout << "finished in " << timeDiff * 1e-3 << " secs" << endl; 
     5814                        cout << "*************************************" << endl; 
     5815 
    58135816                        Debug << "statistics computed in " << timeDiff * 1e-3 << " secs" << endl; 
    58145817 
    58155818                        // only for debugging purpose 
    5816                         if (1) 
     5819                        if (0) 
    58175820                        { 
    58185821                                ViewCellContainer viewCells; 
Note: See TracChangeset for help on using the changeset viewer.