- Timestamp:
- Dec 27, 2022, 11:36:18 PM (3 years ago)
- Branches:
- Candidate_v1.7.0, stable
- Children:
- c53ae2
- Parents:
- fb08cc
- git-author:
- Frederik Heber <frederik.heber@…> (12/27/22 23:28:57)
- git-committer:
- Frederik Heber <frederik.heber@…> (12/27/22 23:36:18)
- Location:
- src/Actions
- Files:
-
- 3 added
- 2 edited
-
GlobalListOfActions.hpp (modified) (1 diff)
-
Makefile.am (modified) (3 diffs)
-
PotentialAction/ClearHomologiesAction.cpp (added)
-
PotentialAction/ClearHomologiesAction.def (added)
-
PotentialAction/ClearHomologiesAction.hpp (added)
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/GlobalListOfActions.hpp
rfb08cc rd91a8f 105 105 (MoleculeTranslate) \ 106 106 (MoleculeVerletIntegration) \ 107 (PotentialClearHomologies) \ 107 108 (PotentialFitPartialCharges) \ 108 109 (PotentialGeneratePotentials) \ -
src/Actions/Makefile.am
rfb08cc rd91a8f 426 426 427 427 POTENTIALACTIONSOURCE = \ 428 Actions/PotentialAction/ClearHomologiesAction.cpp \ 428 429 Actions/PotentialAction/FitPartialChargesAction.cpp \ 429 430 Actions/PotentialAction/GeneratePotentialsAction.cpp \ … … 437 438 Actions/PotentialAction/SavePotentialsAction.cpp 438 439 POTENTIALACTIONHEADER = \ 440 Actions/PotentialAction/ClearHomologiesAction.hpp \ 439 441 Actions/PotentialAction/FitPartialChargesAction.hpp \ 440 442 Actions/PotentialAction/GeneratePotentialsAction.hpp \ … … 448 450 Actions/PotentialAction/SavePotentialsAction.hpp 449 451 POTENTIALACTIONDEFS = \ 452 Actions/PotentialAction/ClearHomologiesAction.def \ 450 453 Actions/PotentialAction/FitPartialChargesAction.def \ 451 454 Actions/PotentialAction/GeneratePotentialsAction.def \
Note:
See TracChangeset
for help on using the changeset viewer.
