Changeset 5061d9 for src/Actions


Ignore:
Timestamp:
Apr 23, 2021, 9:01:20 PM (5 years ago)
Author:
Frederik Heber <frederik.heber@…>
Branches:
Candidate_v1.7.0, Candidate_v1.7.1, stable
Children:
0ec9f5
Parents:
cd79d0
git-author:
Frederik Heber <frederik.heber@…> (04/02/21 09:09:37)
git-committer:
Frederik Heber <frederik.heber@…> (04/23/21 21:01:20)
Message:

Added action to print selected atoms as graph6 string.

Location:
src/Actions
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/GlobalListOfActions.hpp

    rcd79d0 r5061d9  
    8383  (GraphDepthFirstSearch) \
    8484  (GraphDestroyAdjacency) \
     85  (GraphPrintSelectedAtomsAsGraphString) \
    8586  (GraphSubgraphDissection) \
    8687  (MoleculeBondFile) \
  • src/Actions/Makefile.am

    rcd79d0 r5061d9  
    323323  Actions/GraphAction/DepthFirstSearchAction.cpp \
    324324  Actions/GraphAction/DestroyAdjacencyAction.cpp \
     325  Actions/GraphAction/PrintSelectedAtomsAsGraphStringAction.cpp \
    325326  Actions/GraphAction/SubgraphDissectionAction.cpp \
    326327  Actions/GraphAction/UpdateMoleculesAction.cpp
     
    331332  Actions/GraphAction/DepthFirstSearchAction.hpp \
    332333  Actions/GraphAction/DestroyAdjacencyAction.hpp \
     334  Actions/GraphAction/PrintSelectedAtomsAsGraphStringAction.hpp \
    333335  Actions/GraphAction/SubgraphDissectionAction.hpp \
    334336  Actions/GraphAction/UpdateMoleculesAction.hpp
     
    339341  Actions/GraphAction/DepthFirstSearchAction.def \
    340342  Actions/GraphAction/DestroyAdjacencyAction.def \
     343  Actions/GraphAction/PrintSelectedAtomsAsGraphStringAction.def \
    341344  Actions/GraphAction/SubgraphDissectionAction.def \
    342345  Actions/GraphAction/UpdateMoleculesAction.def
Note: See TracChangeset for help on using the changeset viewer.