Changeset 24bb38
- Timestamp:
- Dec 3, 2017, 6:37:35 PM (7 years ago)
- Parents:
- c5ac2a (diff), 8e7966e (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
Legend:
- Unmodified
- Added
- Removed
-
src/Dynamics/ForceAnnealing.hpp
rc5ac2a r24bb38 539 539 std::sort(bondside_set.begin(), bondside_set.end()); 540 540 541 // re-add edge 542 for (RemovedEdges_t::const_iterator edgeiter = RemovedEdges.begin(); 543 edgeiter != RemovedEdges.end(); ++edgeiter) 544 BGcreator.addEdge(edgeiter->first, edgeiter->second); 545 541 546 // update position with dampening factor on the discovered bonds 542 547 for (BoostGraphHelpers::Nodeset_t::const_iterator setiter = bondside_set.begin();
Note:
See TracChangeset
for help on using the changeset viewer.