Ignore:
Timestamp:
08/30/06 04:39:53 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1294 r1297  
    164164                        mHierarchyManager->mOspTree->mRoot, *mObjects); 
    165165        } 
    166         else 
    167                 cout << "here209" << endl; 
    168  
    169166} 
    170167 
     
    12371234        for (int i = 0; i < len; ++ i)  
    12381235        { 
    1239                 cout << "here5" << endl; 
    12401236                string attrName(StrX(attributes.getName(i)).LocalForm()); 
    12411237                StrX attrValue(attributes.getValue(i)); 
     
    12561252        if (mCurrentBvhNode) // replace NULL child of parent with current node 
    12571253        { 
    1258                 cout << "here8" << endl; 
    12591254                BvhInterior *parent = dynamic_cast<BvhInterior *>(mCurrentBvhNode); 
    12601255                parent->ReplaceChildLink(NULL, interior); 
Note: See TracChangeset for help on using the changeset viewer.