Ignore:
Timestamp:
01/16/06 03:23:29 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/src/VspKdTree.cpp

    r517 r542  
    832832        float pBack, pFront, pOverall; 
    833833 
    834         if (0) 
     834        if (1) 
    835835        { 
    836836                // box length substitute for probability 
     
    843843        } 
    844844 
    845         if (1) //-- area substitute for probability 
     845        if (0) //-- area substitute for probability 
    846846        { 
    847847                pOverall = box.SurfaceArea(); 
Note: See TracChangeset for help on using the changeset viewer.