Changeset d83d64 for src/Actions
- Timestamp:
- Jun 21, 2018, 9:12:08 AM (8 years ago)
- 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)
- Location:
- src/Actions
- Files:
-
- 3 added
- 2 edited
-
GlobalListOfActions.hpp (modified) (1 diff)
-
GraphAction/ChemicalSpaceEvaluatorAction.cpp (added)
-
GraphAction/ChemicalSpaceEvaluatorAction.def (added)
-
GraphAction/ChemicalSpaceEvaluatorAction.hpp (added)
-
Makefile.am (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/GlobalListOfActions.hpp
r8d56a6 rd83d64 75 75 (GeometryPositionToVector) \ 76 76 (GeometryRemove) \ 77 (GraphChemicalSpaceEvaluator) \ 77 78 (GraphUpdateMolecules) \ 78 79 (GraphCorrectBondDegree) \ -
src/Actions/Makefile.am
r8d56a6 rd83d64 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.
