Changeset 41eed2 for src/Graph/BoostGraphCreator.hpp
- Timestamp:
- Jul 5, 2017, 7:43:00 PM (8 years ago)
- Branches:
- ForceAnnealing_oldresults, IndependentFragmentGrids_IntegrationTest
- Children:
- 9b5fa6
- Parents:
- 3dedfbd
- git-author:
- Frederik Heber <frederik.heber@…> (05/19/17 13:00:12)
- git-committer:
- Frederik Heber <frederik.heber@…> (07/05/17 19:43:00)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Graph/BoostGraphCreator.hpp
r3dedfbd r41eed2 27 27 class molecule; 28 28 29 class BoostGraphCreatorTest; 29 30 class BreadthFirstSearchGathererTest; 30 31 … … 34 35 struct BoostGraphCreator 35 36 { 37 //!> grant unit test access to private parts 38 friend class BoostGraphCreatorTest; 36 39 //!> grant unit test access to private parts that use BoostGraphCreator's internal graph 37 40 friend class BreadthFirstSearchGathererTest;
Note:
See TracChangeset
for help on using the changeset viewer.