Ignore:
Timestamp:
07/12/06 18:30:48 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1122 r1129  
    49014901        long startTime; 
    49024902 
    4903         //mHierarchyManager->Construct2(constructionRays, objects, &mViewSpaceBox); 
    4904         mHierarchyManager->Construct(constructionRays, objects, &mViewSpaceBox); 
     4903        mHierarchyManager->Construct2(constructionRays, objects, &mViewSpaceBox); 
     4904        //mHierarchyManager->Construct(constructionRays, objects, &mViewSpaceBox); 
    49054905         
    49064906        //-- stats 
Note: See TracChangeset for help on using the changeset viewer.