Changeset f5ea10 for src/Actions
- Timestamp:
- Jun 22, 2018, 7:26:09 AM (7 years ago)
- Branches:
- Candidate_v1.6.1, ChemicalSpaceEvaluator
- Children:
- 99c705
- Parents:
- 8d56a6
- git-author:
- Frederik Heber <frederik.heber@…> (09/26/17 22:30:01)
- git-committer:
- Frederik Heber <frederik.heber@…> (06/22/18 07:26:09)
- Location:
- src/Actions
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/GlobalListOfActions.hpp
r8d56a6 rf5ea10 75 75 (GeometryPositionToVector) \ 76 76 (GeometryRemove) \ 77 (GraphChemicalSpaceEvaluator) \ 77 78 (GraphUpdateMolecules) \ 78 79 (GraphCorrectBondDegree) \ -
src/Actions/Makefile.am
r8d56a6 rf5ea10 312 312 313 313 GRAPHACTIONSOURCE = \ 314 Actions/GraphAction/ChemicalSpaceEvaluatorAction.cpp \ 314 315 Actions/GraphAction/CorrectBondDegreeAction.cpp \ 315 316 Actions/GraphAction/CreateAdjacencyAction.cpp \ … … 319 320 Actions/GraphAction/UpdateMoleculesAction.cpp 320 321 GRAPHACTIONHEADER = \ 322 Actions/GraphAction/ChemicalSpaceEvaluatorAction.hpp \ 321 323 Actions/GraphAction/CorrectBondDegreeAction.hpp \ 322 324 Actions/GraphAction/CreateAdjacencyAction.hpp \ … … 326 328 Actions/GraphAction/UpdateMoleculesAction.hpp 327 329 GRAPHACTIONDEFS = \ 330 Actions/GraphAction/ChemicalSpaceEvaluatorAction.def \ 328 331 Actions/GraphAction/CorrectBondDegreeAction.def \ 329 332 Actions/GraphAction/CreateAdjacencyAction.def \
Note:
See TracChangeset
for help on using the changeset viewer.