Ignore:
Timestamp:
Jul 5, 2017, 7:43:00 PM (8 years ago)
Author:
Frederik Heber <frederik.heber@…>
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)
Message:

Added unit test for BoostGraphCreator.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Graph/BoostGraphCreator.hpp

    r3dedfbd r41eed2  
    2727class molecule;
    2828
     29class BoostGraphCreatorTest;
    2930class BreadthFirstSearchGathererTest;
    3031
     
    3435struct BoostGraphCreator
    3536{
     37  //!> grant unit test access to private parts
     38  friend class BoostGraphCreatorTest;
    3639  //!> grant unit test access to private parts that use BoostGraphCreator's internal graph
    3740  friend class BreadthFirstSearchGathererTest;
Note: See TracChangeset for help on using the changeset viewer.