13 #ifndef MODEL_ABCDAMPING_H
14 #define MODEL_ABCDAMPING_H
17 #include "Model/Damping.h"
18 #include "Model/ABCDampingIGP.h"
24 template <
class ParticleType>
36 typedef double (
ABCDamping::* ScalarFieldFunction)()
const;
37 typedef pair<bool,double> (
ABCDamping::* CheckedScalarFieldFunction)()
const;
40 static ScalarFieldFunction getScalarFieldFunction(
const string&);
48 #include "Model/ABCDamping.hpp"
50 #endif // MODEL_ABCDAMPING_H