- Timestamp:
- Apr 23, 2021, 8:51:24 PM (5 years ago)
- Branches:
- Candidate_v1.7.0, stable
- Children:
- e70818
- Parents:
- 51d384a
- git-author:
- Frederik Heber <frederik.heber@…> (10/07/20 22:21:33)
- git-committer:
- Frederik Heber <frederik.heber@…> (04/23/21 20:51:24)
- Location:
- src/Actions
- Files:
-
- 3 added
- 2 edited
-
AtomAction/BondifyAction.cpp (added)
-
AtomAction/BondifyAction.def (added)
-
AtomAction/BondifyAction.hpp (added)
-
GlobalListOfActions.hpp (modified) (1 diff)
-
Makefile.am (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/GlobalListOfActions.hpp
r51d384a r5fa1e86 31 31 (AnalysisSurfaceCorrelation) \ 32 32 (AtomAdd) \ 33 (AtomBondify) \ 33 34 (AtomChangeElement) \ 34 35 (AtomMirror) \ -
src/Actions/Makefile.am
r51d384a r5fa1e86 150 150 ATOMACTIONSOURCE = \ 151 151 Actions/AtomAction/AddAction.cpp \ 152 Actions/AtomAction/BondifyAction.cpp \ 152 153 Actions/AtomAction/ChangeElementAction.cpp \ 153 154 Actions/AtomAction/MirrorAction.cpp \ … … 161 162 ATOMACTIONHEADER = \ 162 163 Actions/AtomAction/AddAction.hpp \ 164 Actions/AtomAction/BondifyAction.hpp \ 163 165 Actions/AtomAction/ChangeElementAction.hpp \ 164 166 Actions/AtomAction/MirrorAction.hpp \ … … 172 174 ATOMACTIONDEFS = \ 173 175 Actions/AtomAction/AddAction.def \ 176 Actions/AtomAction/BondifyAction.def \ 174 177 Actions/AtomAction/ChangeElementAction.def \ 175 178 Actions/AtomAction/MirrorAction.def \
Note:
See TracChangeset
for help on using the changeset viewer.
