Changeset 8c01ce for molecuilder/src/triangleintersectionlist.cpp
- Timestamp:
- May 8, 2010, 10:05:35 AM (16 years ago)
- Children:
- abde75
- Parents:
- 1775d3 (diff), 25e17e9 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
molecuilder/src/triangleintersectionlist.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/triangleintersectionlist.cpp
r1775d3 r8c01ce 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.
