Ignore:
Timestamp:
01/16/09 09:20:46 (15 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Vis/FriendlyCulling/src/VisibilitySolutionLoader.cpp

    r3279 r3281  
    158158 
    159159        for (size_t i = 0; i < nodes.size(); ++ i) 
     160        { 
     161                if (nodes[i]->GetId() >= nodes.size()) 
     162                        cout << "id " << nodes[i]->GetId() << endl; 
     163 
    160164                outstream << "id " << nodes[i]->GetId() << endl; 
     165        } 
     166                 
     167        cout << "nodes: " << nodes.size() << endl; 
     168 
    161169 
    162170        outstream.close(); 
Note: See TracChangeset for help on using the changeset viewer.