- Timestamp:
- Apr 23, 2021, 8:42:57 PM (5 years ago)
- Branches:
- Candidate_v1.7.0, stable
- Children:
- 38bcbe
- Parents:
- 9f55b9
- git-author:
- Frederik Heber <frederik.heber@…> (10/04/20 21:11:36)
- git-committer:
- Frederik Heber <frederik.heber@…> (04/23/21 20:42:57)
- Location:
- src/Actions
- Files:
-
- 3 added
- 2 edited
-
GlobalListOfActions.hpp (modified) (1 diff)
-
Makefile.am (modified) (3 diffs)
-
SelectionAction/Atoms/AtomBondNeighborsAction.cpp (added)
-
SelectionAction/Atoms/AtomBondNeighborsAction.def (added)
-
SelectionAction/Atoms/AtomBondNeighborsAction.hpp (added)
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/GlobalListOfActions.hpp
r9f55b9 r4de4f6 120 120 (SelectionAllMolecules) \ 121 121 (SelectionAllShapes) \ 122 (SelectionAtomBondNeighbors) \ 122 123 (SelectionAtomByElement) \ 123 124 (SelectionAtomById) \ -
src/Actions/Makefile.am
r9f55b9 r4de4f6 470 470 Actions/SelectionAction/Atoms/AllAtomsInsideVolumeAction.cpp \ 471 471 Actions/SelectionAction/Atoms/AllAtomsOfMoleculeAction.cpp \ 472 Actions/SelectionAction/Atoms/AtomBondNeighborsAction.cpp \ 472 473 Actions/SelectionAction/Atoms/AtomByElementAction.cpp \ 473 474 Actions/SelectionAction/Atoms/AtomByIdAction.cpp \ … … 490 491 Actions/SelectionAction/Atoms/AllAtomsInsideVolumeAction.hpp \ 491 492 Actions/SelectionAction/Atoms/AllAtomsOfMoleculeAction.hpp \ 493 Actions/SelectionAction/Atoms/AtomBondNeighborsAction.hpp \ 492 494 Actions/SelectionAction/Atoms/AtomByElementAction.hpp \ 493 495 Actions/SelectionAction/Atoms/AtomByIdAction.hpp \ … … 510 512 Actions/SelectionAction/Atoms/AllAtomsInsideVolumeAction.def \ 511 513 Actions/SelectionAction/Atoms/AllAtomsOfMoleculeAction.def \ 514 Actions/SelectionAction/Atoms/AtomBondNeighborsAction.def \ 512 515 Actions/SelectionAction/Atoms/AtomByElementAction.def \ 513 516 Actions/SelectionAction/Atoms/AtomByIdAction.def \
Note:
See TracChangeset
for help on using the changeset viewer.
