Changeset 5f0ddd for src/Actions
- Timestamp:
- May 8, 2017, 1:54:50 PM (8 years ago)
- Branches:
- ForceAnnealing_goodresults, ForceAnnealing_tocheck
- Children:
- ac3a04
- Parents:
- 369409
- git-author:
- Frederik Heber <heber@…> (03/31/17 09:03:46)
- git-committer:
- Frederik Heber <frederik.heber@…> (05/08/17 13:54:50)
- Location:
- src/Actions
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/GlobalListOfActions.hpp
r369409 r5f0ddd 73 73 (GeometryPlaneToVector) \ 74 74 (GeometryPositionToVector) \ 75 (GeometryRemove) \ 75 76 (GraphUpdateMolecules) \ 76 77 (GraphCorrectBondDegree) \ -
src/Actions/Makefile.am
r369409 r5f0ddd 293 293 Actions/GeometryAction/GeometryInputToVectorAction.cpp \ 294 294 Actions/GeometryAction/GeometryPlaneToVectorAction.cpp \ 295 Actions/GeometryAction/GeometryPositionToVectorAction.cpp 295 Actions/GeometryAction/GeometryPositionToVectorAction.cpp \ 296 Actions/GeometryAction/GeometryRemoveAction.cpp 296 297 GEOMETRYACTIONHEADER = \ 297 298 Actions/GeometryAction/GeometryDistanceToVectorAction.hpp \ 298 299 Actions/GeometryAction/GeometryInputToVectorAction.hpp \ 299 300 Actions/GeometryAction/GeometryPlaneToVectorAction.hpp \ 300 Actions/GeometryAction/GeometryPositionToVectorAction.hpp 301 Actions/GeometryAction/GeometryPositionToVectorAction.hpp \ 302 Actions/GeometryAction/GeometryRemoveAction.hpp 301 303 GEOMETRYACTIONDEFS = \ 302 304 Actions/GeometryAction/GeometryDistanceToVectorAction.def \ 303 305 Actions/GeometryAction/GeometryInputToVectorAction.def \ 304 306 Actions/GeometryAction/GeometryPlaneToVectorAction.def \ 305 Actions/GeometryAction/GeometryPositionToVectorAction.def 307 Actions/GeometryAction/GeometryPositionToVectorAction.def \ 308 Actions/GeometryAction/GeometryRemoveAction.def 306 309 307 310 GRAPHACTIONSOURCE = \
Note:
See TracChangeset
for help on using the changeset viewer.