Ignore:
Timestamp:
02/07/06 11:12:50 (18 years ago)
Author:
mattausch
Message:

found bug in Merge

File:
1 edited

Legend:

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

    r601 r602  
    887887                vc->SetArea(l->GetArea() + l->GetArea()); 
    888888        else 
    889                 vc->SetVolume(r->GetVolume() + r->GetVolume()); 
    890          
     889        { 
     890                vc->SetVolume(r->GetVolume() + l->GetVolume()); 
     891        } 
    891892        // important so other merge candidates sharing this view cell 
    892893        // are notified that the merge cost must be updated!! 
Note: See TracChangeset for help on using the changeset viewer.