Changeset ff4fff9


Ignore:
Timestamp:
May 18, 2016, 10:04:49 PM (9 years ago)
Author:
Frederik Heber <heber@…>
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)
Message:

RegistrySerializer now places potentials into certain sections.

Location:
src/Potentials
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • src/Potentials/Makefile.am

    red8a68 rff4fff9  
    1818  Potentials/PotentialFactory.cpp \
    1919  Potentials/PotentialRegistry.cpp \
     20  Potentials/RegistrySerializer_EmpiricalPotential.cpp \
    2021  Potentials/RegistrySerializer_Particle.cpp \
    2122  Potentials/SerializablePotential.cpp \
  • src/Potentials/RegistrySerializer.hpp

    red8a68 rff4fff9  
    1818#include "CodePatterns/Registry.hpp"
    1919
     20class EmpiricalPotential;
    2021class Particle;
    2122
     
    6364
    6465template <>
     66void RegistrySerializer<EmpiricalPotential>::operator()();
     67
     68template <>
    6569void RegistrySerializer<Particle>::operator()();
    6670
Note: See TracChangeset for help on using the changeset viewer.