Ignore:
Timestamp:
01/03/07 01:36:35 (17 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1931 r1932  
    11331133                                           ) 
    11341134{ 
    1135   const long t1 = GetTime(); 
     1135        const long t1 = GetTime(); 
    11361136 
    11371137        for (int i = 0; i < (int)rays.size();) 
     
    11491149                } 
    11501150                else  
    1151                   { 
     1151                { 
    11521152                        mRayCaster->CastRay( 
    11531153                                                                rays[i], 
     
    11561156                                                                castDoubleRays, 
    11571157                                                                pruneInvalidRays); 
    1158                         i ++; 
    1159                   } 
     1158                        ++ i; 
     1159                } 
    11601160 
    11611161                if (rays.size() > 10000 && i % 10000 == 0) 
     
    11631163        } 
    11641164 
    1165         if (rays.size() > 10000) { 
     1165        if (rays.size() > 10000)  
     1166        { 
    11661167          cout<<endl; 
    11671168         
Note: See TracChangeset for help on using the changeset viewer.