Ignore:
Timestamp:
02/01/06 19:29:59 (18 years ago)
Author:
mattausch
Message:

implemented variance
started implementing merge history

File:
1 edited

Legend:

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

    r556 r580  
    888888          leaf->mViewCell = viewCell; 
    889889          // push back pointer to this leaf 
    890           viewCell->mLeaves.push_back(leaf); 
     890          viewCell->mLeaf = leaf; 
    891891      vc.push_back(viewCell); 
    892892    } else { 
Note: See TracChangeset for help on using the changeset viewer.