Ignore:
Timestamp:
08/29/06 09:52:56 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/ViewCellsManager.cpp

    r1291 r1293  
    48054805        Debug << "saved rays: " << (int)savedRays.size() << endl; 
    48064806 
    4807         //mHierarchyManager->Construct(constructionRays, objects, &mViewSpaceBox); 
    4808         mHierarchyManager->Construct2(constructionRays, objects, &mViewSpaceBox); 
     4807        mHierarchyManager->Construct(constructionRays, objects, &mViewSpaceBox); 
    48094808 
    48104809        VssRayContainer::const_iterator vit, vit_end = constructionRays.end(); 
Note: See TracChangeset for help on using the changeset viewer.