Changeset 1599


Ignore:
Timestamp:
10/10/06 14:09:21 (18 years ago)
Author:
gumbau
Message:

Fixed bug in new vertices added during the simplification process.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Geom/shared/GTGeometry/src/libs/SimplificationMethod.cpp

    r1560 r1599  
    473473                                                                                pair->v0->operator[](1), 
    474474                                                                                pair->v0->operator[](2)); 
     475        v0->vID = pair->v0->vID; 
    475476        v0->uniqID = pair->v0->uniqID; 
    476477         
     
    478479                                                                                pair->v1->operator[](1), 
    479480                                                                                pair->v1->operator[](2)); 
    480  
     481        v1->vID = pair->v1->vID; 
    481482        v1->uniqID = pair->v1->uniqID; 
    482483 
Note: See TracChangeset for help on using the changeset viewer.