Changeset 6370f9


Ignore:
Timestamp:
May 19, 2017, 9:26:43 AM (8 years ago)
Author:
Frederik Heber <frederik.heber@…>
Branches:
ForceAnnealing_goodresults, ForceAnnealing_tocheck
Children:
060fc3
Parents:
d6192a3
Message:

tempcommit: Merge with ffd7cdbe

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Graph/BoostGraphCreator.hpp

    rd6192a3 r6370f9  
    2727class molecule;
    2828
     29class BreadthFirstSearchGathererTest;
     30
    2931/** This is a helper class that contains functions to create a boost::graph
    3032 * from the present bond graph of molecules.
     
    3234struct BoostGraphCreator
    3335{
     36  //!> grant unit test access to private parts that use BoostGraphCreator's internal graph
     37  friend class BreadthFirstSearchGathererTest;
     38
    3439public:
    3540  //!> typedef for an undirected graph using boost::graph
Note: See TracChangeset for help on using the changeset viewer.