Changeset 6370f9
- Timestamp:
- May 19, 2017, 9:26:43 AM (8 years ago)
- Branches:
- ForceAnnealing_goodresults, ForceAnnealing_tocheck
- Children:
- 060fc3
- Parents:
- d6192a3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Graph/BoostGraphCreator.hpp
rd6192a3 r6370f9 27 27 class molecule; 28 28 29 class BreadthFirstSearchGathererTest; 30 29 31 /** This is a helper class that contains functions to create a boost::graph 30 32 * from the present bond graph of molecules. … … 32 34 struct BoostGraphCreator 33 35 { 36 //!> grant unit test access to private parts that use BoostGraphCreator's internal graph 37 friend class BreadthFirstSearchGathererTest; 38 34 39 public: 35 40 //!> typedef for an undirected graph using boost::graph
Note:
See TracChangeset
for help on using the changeset viewer.