Ignore:
Timestamp:
11/15/05 01:42:05 (19 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r411 r412  
    108108  int Interior() const { return nodes / 2; } 
    109109  int Leaves() const { return (nodes / 2) + 1; } 
    110   double AvgDepth() const { return accumDepth / (double)Leaves();}; // TODO: computation wrong 
     110  // TODO: computation wrong 
     111  double AvgDepth() const { return accumDepth / (double)Leaves();};  
    111112   
    112113  void Reset()  
Note: See TracChangeset for help on using the changeset viewer.