Ignore:
Timestamp:
08/09/06 18:35:42 (18 years ago)
Author:
mattausch
Message:

bug fixed

File:
1 edited

Legend:

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

    r1189 r1193  
    793793         
    794794                // if this a valid split => subdivide this node further 
    795                 if (splitFurther) //-- continue subdivision 
     795 
     796                if (splitFurther) 
    796797                { 
    797798                        newNode = SubdivideNode(splitPlane, tData, tFrontData, tBackData, coincident); 
Note: See TracChangeset for help on using the changeset viewer.