Ignore:
Timestamp:
03/10/06 08:23:09 (18 years ago)
Author:
bittner
Message:
 
File:
1 edited

Legend:

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

    r683 r685  
    18261826                 
    18271827                // clamp because of possible precision issues 
    1828                 if (0 &&  
     1828                if (1 &&  
    18291829                        (!splitSuccessFull || (pFront <= 0) || (pBack <= 0) ||  
    18301830                        !geomFront.Valid() || !geomBack.Valid())) 
Note: See TracChangeset for help on using the changeset viewer.