Ignore:
Timestamp:
09/19/05 09:01:31 (19 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r290 r291  
    630630        { 
    631631                Debug << "WARNING: size " << coincident.size() << " at depth " << tData.mDepth << ", #back polys: " << (int)backPolys->size() << ", #front polys: " << (int)frontPolys->size() << endl; 
    632                 for (int i=0; i<coincident.size();++i) 
    633                         Debug << "coincident " << i << " vc " << coincident[i]->mParent << endl; 
     632                for (int i=0; i<coincident.size(); ++i) 
     633                        Debug << "coincident " << i << " vc " << *coincident[i]->mParent << endl; 
    634634        } 
    635635        //Debug << "coincident size: " << coincident.size() << endl; 
Note: See TracChangeset for help on using the changeset viewer.