Changeset ff4fff9
- Timestamp:
- May 18, 2016, 10:04:49 PM (9 years ago)
- Branches:
- CombiningParticlePotentialParsing
- Children:
- 8dcfb9
- Parents:
- ed8a68
- git-author:
- Frederik Heber <heber@…> (03/10/16 11:32:20)
- git-committer:
- Frederik Heber <heber@…> (05/18/16 22:04:49)
- Location:
- src/Potentials
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Potentials/Makefile.am
red8a68 rff4fff9 18 18 Potentials/PotentialFactory.cpp \ 19 19 Potentials/PotentialRegistry.cpp \ 20 Potentials/RegistrySerializer_EmpiricalPotential.cpp \ 20 21 Potentials/RegistrySerializer_Particle.cpp \ 21 22 Potentials/SerializablePotential.cpp \ -
src/Potentials/RegistrySerializer.hpp
red8a68 rff4fff9 18 18 #include "CodePatterns/Registry.hpp" 19 19 20 class EmpiricalPotential; 20 21 class Particle; 21 22 … … 63 64 64 65 template <> 66 void RegistrySerializer<EmpiricalPotential>::operator()(); 67 68 template <> 65 69 void RegistrySerializer<Particle>::operator()(); 66 70
Note:
See TracChangeset
for help on using the changeset viewer.