Ignore:
Timestamp:
05/24/08 11:59:35 (16 years ago)
Author:
mattausch
Message:

enabled view cell visualization

File:
1 edited

Legend:

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

    r2699 r2705  
    399399  Vector3 max = sbox.Max(); 
    400400   
    401   int packets = rays.size() / 16; 
     401  int packets = (int)rays.size() / 16; 
    402402   
    403403  int i, k = 0; 
     
    431431                               const bool pruneInvalidRays ) 
    432432{ 
    433   int buckets = rays.size()/16; 
     433  int buckets = (int)rays.size()/16; 
    434434  int offset = 0; 
    435435 
Note: See TracChangeset for help on using the changeset viewer.