Ignore:
Timestamp:
12/06/05 01:08:18 (19 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r452 r453  
    16811681                return false; 
    16821682 
    1683         int fdiff = fvc->GetPvs().Diff(bvc->GetPvs()); 
     1683        const int fdiff = fvc->GetPvs().Diff(bvc->GetPvs()); 
    16841684 
    16851685        if (fvc->GetPvs().GetSize() + fdiff < mMaxPvs) 
Note: See TracChangeset for help on using the changeset viewer.