Ignore:
Timestamp:
03/05/07 11:07:44 (17 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2105 r2187  
    115115                                                                const bool pruneInvalidRays) 
    116116{ 
    117   CastRays16(rays, 0, vssRays, sbox, castDoubleRay, pruneInvalidRays); 
     117        CastRays16(rays, 0, vssRays, sbox, castDoubleRay, pruneInvalidRays); 
    118118} 
    119119 
     
    322322  } 
    323323 
    324   for (; offset < rays.size(); offset++) 
     324  for (; offset < (int)rays.size(); offset++) 
    325325        CastRay(rays[offset], vssRays, sbox, castDoubleRay, pruneInvalidRays); 
    326326 
Note: See TracChangeset for help on using the changeset viewer.