- Timestamp:
- May 19, 2021, 7:06:29 PM (4 years ago)
- Branches:
- Candidate_v1.7.0, stable
- Children:
- b3bd7d
- Parents:
- 15fc6a
- git-author:
- Frederik Heber <frederik.heber@…> (05/14/21 09:52:02)
- git-committer:
- Frederik Heber <frederik.heber@…> (05/19/21 19:06:29)
- Location:
- src
- Files:
-
- 3 added
- 4 edited
-
Actions/GlobalListOfActions.hpp (modified) (1 diff)
-
Actions/Makefile.am (modified) (3 diffs)
-
Actions/PotentialAction/GeneratePotentialsAction.cpp (added)
-
Actions/PotentialAction/GeneratePotentialsAction.def (added)
-
Actions/PotentialAction/GeneratePotentialsAction.hpp (added)
-
Potentials/PotentialFactory.cpp (modified) (1 diff)
-
Potentials/PotentialFactory.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/GlobalListOfActions.hpp
r15fc6a r55c494 106 106 (MoleculeVerletIntegration) \ 107 107 (PotentialFitPartialCharges) \ 108 (PotentialGeneratePotentials) \ 108 109 (PotentialParseAtomFragments) \ 109 110 (PotentialParseHomologies) \ -
src/Actions/Makefile.am
r15fc6a r55c494 427 427 POTENTIALACTIONSOURCE = \ 428 428 Actions/PotentialAction/FitPartialChargesAction.cpp \ 429 Actions/PotentialAction/GeneratePotentialsAction.cpp \ 429 430 Actions/PotentialAction/ParseAtomFragmentsAction.cpp \ 430 431 Actions/PotentialAction/ParseHomologiesAction.cpp \ … … 437 438 POTENTIALACTIONHEADER = \ 438 439 Actions/PotentialAction/FitPartialChargesAction.hpp \ 440 Actions/PotentialAction/GeneratePotentialsAction.hpp \ 439 441 Actions/PotentialAction/ParseAtomFragmentsAction.hpp \ 440 442 Actions/PotentialAction/ParseHomologiesAction.hpp \ … … 447 449 POTENTIALACTIONDEFS = \ 448 450 Actions/PotentialAction/FitPartialChargesAction.def \ 451 Actions/PotentialAction/GeneratePotentialsAction.def \ 449 452 Actions/PotentialAction/ParseAtomFragmentsAction.def \ 450 453 Actions/PotentialAction/ParseHomologiesAction.def \ -
src/Potentials/PotentialFactory.cpp
r15fc6a r55c494 172 172 } 173 173 174 EmpiricalPotential const * const PotentialFactory::getDefaultPotential(const enum PotentialTypes &_type) const { 175 return const_cast<EmpiricalPotential const * const>(getDefaultPotential(getNameForType(_type))); 176 } 177 178 174 179 CONSTRUCT_SINGLETON(PotentialFactory) -
src/Potentials/PotentialFactory.hpp
r15fc6a r55c494 44 44 public: 45 45 46 /** Returns a default potential to which only we have access. 47 * 48 */ 49 EmpiricalPotential const * const getDefaultPotential(const enum PotentialTypes &_type) const; 50 51 46 52 /** Creates an instance of the requested potential. 47 53 *
Note:
See TracChangeset
for help on using the changeset viewer.
