Ignore:
Timestamp:
02/19/07 02:51:22 (17 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2072 r2124  
    13411341        } 
    13421342 
    1343         sort(mLocalSubdivisionCandidates->begin(), mLocalSubdivisionCandidates->end()); 
     1343        stable_sort(mLocalSubdivisionCandidates->begin(), mLocalSubdivisionCandidates->end()); 
    13441344} 
    13451345 
Note: See TracChangeset for help on using the changeset viewer.