Changeset d07be9 for src/Graph/BreadthFirstSearchGatherer.hpp
- Timestamp:
- May 19, 2017, 2:29:09 PM (8 years ago)
- Branches:
- ForceAnnealing_goodresults, ForceAnnealing_tocheck
- Children:
- 9190e6
- Parents:
- 53ef16e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Graph/BreadthFirstSearchGatherer.hpp
r53ef16e rd07be9 21 21 #include "types.hpp" 22 22 23 class bond; 23 24 struct BoostGraphCreator; 24 25 … … 54 55 { return distance_map; } 55 56 57 /** This is a default predicate which returns always true. 58 * 59 * \return true 60 */ 61 static bool AlwaysTruePredicate(const bond &_bond) { return true; } 62 56 63 private: 57 64 //!> typedef for a vector of BFS discovery distances
Note:
See TracChangeset
for help on using the changeset viewer.