Ignore:
Timestamp:
Jul 5, 2017, 7:40:48 PM (8 years ago)
Author:
Frederik Heber <frederik.heber@…>
Branches:
ForceAnnealing_oldresults, IndependentFragmentGrids_IntegrationTest
Children:
6e5907
Parents:
3a0371
git-author:
Frederik Heber <frederik.heber@…> (05/17/17 11:34:16)
git-committer:
Frederik Heber <frederik.heber@…> (07/05/17 19:40:48)
Message:

Extracted conversion to boost::graph into distinct struct.

  • BoostGraphCreator allows to convert sets of atoms into a boost::graph while using an additional predicate.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Graph/Makefile.am

    r3a0371 r6afd46  
    44GRAPHSOURCE = \
    55        Graph/BondGraph.cpp \
     6        Graph/BoostGraphCreator.cpp \
    67        Graph/BuildInducedSubgraph.cpp \
    78        Graph/AdjacencyList.cpp \
     
    1213GRAPHHEADER = \
    1314        Graph/BondGraph.hpp \
     15        Graph/BoostGraphCreator.hpp \
    1416        Graph/BuildInducedSubgraph.hpp \
    1517        Graph/AdjacencyList.hpp \
Note: See TracChangeset for help on using the changeset viewer.