1 #include "iSGCoulombForce.h"
2 using std::string;
3 namespace ProtoMol {
4   //_________________________________________________________________ ISGCoulombForce
5 
6   const string iSGCoulombForce::keyword("iSGCoulomb");
7   const string iSGCoulombForce::C1::keyword("C1");
8   const string iSGCoulombForce::C2::keyword("C2");
9   const string iSGCoulombForce::C3::keyword("C3");
10   const string iSGCoulombForce::C4::keyword("C4");
11 }
12