Ignore:
Timestamp:
04/30/08 13:24:45 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2669 r2670  
    12521252void GvsPreprocessor::ComputeViewCell(ViewCell *vc) 
    12531253{ 
     1254        KdNode::NewMail(); 
     1255 
    12541256        mCurrentViewCell = vc; 
    1255         KdNode::NewMail(); 
    1256  
    1257         long startTime = GetTime(); 
     1257         
     1258        const long startTime = GetTime(); 
     1259 
    12581260        cout << "\n***********************\n"  
    12591261                << "computing view cell " << mProcessedViewCells  
Note: See TracChangeset for help on using the changeset viewer.