Ignore:
Timestamp:
04/27/06 18:42:11 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/AxisAlignedBox3.h

    r697 r850  
    9191    if ( (value >=mMin[axis]) && (value <= mMax[axis]) ) 
    9292      if (right) 
    93                                 mMin[axis] = value; 
     93                mMin[axis] = value; 
    9494      else 
    9595        mMax[axis] = value; 
Note: See TracChangeset for help on using the changeset viewer.