Ignore:
Timestamp:
01/23/06 02:56:48 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r547 r564  
    4545        int maxLeaves; 
    4646 
     47        int invalid; 
     48 
    4749    // Constructor 
    4850        ViewCellsStatistics() 
     
    6466                leaves = 0; 
    6567                maxLeaves = 0; 
     68                invalid = 0; 
    6669        } 
    6770 
Note: See TracChangeset for help on using the changeset viewer.