Ignore:
Timestamp:
Jun 21, 2018, 9:12:08 AM (7 years ago)
Author:
Frederik Heber <frederik.heber@…>
Children:
a951f3
Parents:
8d56a6
git-author:
Frederik Heber <frederik.heber@…> (09/26/17 22:30:01)
git-committer:
Frederik Heber <frederik.heber@…> (06/21/18 09:12:08)
Message:

Added Graph6Reader, extended BoostGraphCreator, added ChemicalSpaceEvaluatorAction.

  • TESTS: due to new option "graph6" containing a digit we needed to modify moltest_check.py to also scan for digits and not just letters.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Graph/Makefile.am

    r8d56a6 rd83d64  
    1010        Graph/ConnectedSubgraph.cpp \
    1111        Graph/CyclicStructureAnalysis.cpp \
    12         Graph/DepthFirstSearchAnalysis.cpp
    13                                  
     12        Graph/DepthFirstSearchAnalysis.cpp \
     13        Graph/Graph6Reader.cpp
     14
    1415GRAPHHEADER = \
    1516        Graph/AdjacencyList.hpp \
     
    2324        Graph/CyclicStructureAnalysis.hpp \
    2425        Graph/DepthFirstSearchAnalysis.hpp \
     26        Graph/Graph6Reader.hpp \
    2527        Graph/ListOfLocalAtoms.hpp
    2628
Note: See TracChangeset for help on using the changeset viewer.