Changeset 4eee8f for molecuilder/src/triangleintersectionlist.cpp
- Timestamp:
- Apr 30, 2010, 10:07:23 AM (16 years ago)
- Children:
- 59e7832
- Parents:
- f70c2a
- File:
-
- 1 edited
-
molecuilder/src/triangleintersectionlist.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/triangleintersectionlist.cpp
rf70c2a r4eee8f 146 146 if (DistanceList.empty()) 147 147 for (TriangleVectorMap::const_iterator runner = IntersectionList.begin(); runner != IntersectionList.end(); runner++) 148 DistanceList.insert( pair<double, BoundaryTriangleSet *> (Point-> Distance(*(*runner).second), (*runner).first) );148 DistanceList.insert( pair<double, BoundaryTriangleSet *> (Point->distance(*(*runner).second), (*runner).first) ); 149 149 150 150 //for (DistanceTriangleMap::const_iterator runner = DistanceList.begin(); runner != DistanceList.end(); runner++)
Note:
See TracChangeset
for help on using the changeset viewer.
