Ignore:
Timestamp:
11/16/05 18:33:18 (19 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r414 r418  
    14871487 
    14881488                // give penalty to unbalanced split 
     1489                if (0) 
    14891490                if (((pFront * 0.2 + Limits::Small) > pBack) || (pFront < (pBack * 0.2 + Limits::Small))) 
    14901491                        val += 0.5; 
    14911492        } 
    14921493 
    1493         if (0) 
     1494#ifdef _DEBUG 
    14941495        Debug << "totalpvs: " << pvs << " ptotal: " << pOverall 
    14951496                  << " frontpvs: " << frontPvs << " pFront: " << pFront  
    1496                   << " backpvs: " << backPvs << " pBack: " << pBack  
    1497                   << " val " << val << " new size: " << ComputePvsSize(rays)<< endl << endl; 
    1498  
     1497                  << " backpvs: " << backPvs << " pBack: " << pBack << endl << endl; 
     1498#endif 
    14991499        return val; 
    15001500} 
Note: See TracChangeset for help on using the changeset viewer.