Ignore:
Timestamp:
03/06/07 17:37:28 (17 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2187 r2198  
    250250         
    251251        // old method: always allocate 
    252         if (1) return new VssRay(origin, termination, originObject, terminationObject, pass, pdf); 
     252        if (0) return new VssRay(origin, termination, originObject, terminationObject, pass, pdf); 
    253253 
    254254        VssRay *vssRay = mVssRayPool.Alloc(); 
Note: See TracChangeset for help on using the changeset viewer.