- Timestamp:
- Apr 23, 2021, 9:01:20 PM (5 years ago)
- Branches:
- Candidate_v1.7.0, 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)
- Location:
- src/Graph
- Files:
-
- 2 added
- 1 edited
-
Graph6Writer.cpp (added)
-
Graph6Writer.hpp (added)
-
Makefile.am (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Graph/Makefile.am
rcd79d0 r5061d9 11 11 Graph/CyclicStructureAnalysis.cpp \ 12 12 Graph/DepthFirstSearchAnalysis.cpp \ 13 Graph/Graph6Reader.cpp 13 Graph/Graph6Reader.cpp \ 14 Graph/Graph6Writer.cpp 14 15 15 16 GRAPHHEADER = \ … … 25 26 Graph/DepthFirstSearchAnalysis.hpp \ 26 27 Graph/Graph6Reader.hpp \ 28 Graph/Graph6Writer.hpp \ 27 29 Graph/ListOfLocalAtoms.hpp 28 30
Note:
See TracChangeset
for help on using the changeset viewer.
