Changeset ff2c52 for src/Fragmentation/Homology/HomologyContainer.cpp
- Timestamp:
- Apr 23, 2021, 8:55:19 PM (5 years ago)
- Branches:
- Candidate_v1.7.0, stable
- Children:
- 5196ca
- Parents:
- 9171d8
- git-author:
- Frederik Heber <frederik.heber@…> (03/28/21 11:47:07)
- git-committer:
- Frederik Heber <frederik.heber@…> (04/23/21 20:55:19)
- File:
-
- 1 edited
-
src/Fragmentation/Homology/HomologyContainer.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Fragmentation/Homology/HomologyContainer.cpp
r9171d8 rff2c52 114 114 } 115 115 116 bool HomologyContainer::compareEnergyContribution( 117 const std::pair<const HomologyGraph, HomologyContainer::value_t> &a, 118 const std::pair<const HomologyGraph, HomologyContainer::value_t> &b) { 119 return a.second.energy < b.second.energy; 120 } 121 116 122 // we need to explicitly instantiate the serialization functions 117 123 BOOST_CLASS_EXPORT_IMPLEMENT(HomologyContainer)
Note:
See TracChangeset
for help on using the changeset viewer.
