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/ViewCellsManager.cpp

    r2187 r2198  
    27912791         
    27922792        // check if last ray was not same ray with reverse direction 
    2793         if (lastVssRay == NULL || 
     2793        if (!lastVssRay || 
    27942794                !(ray.mOrigin == lastVssRay->mTermination) || 
    27952795                !(ray.mTermination == lastVssRay->mOrigin))  
Note: See TracChangeset for help on using the changeset viewer.