mirror of https://github.com/lammps/lammps.git
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@6173 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
b02b7636fb
commit
add7cba329
|
@ -27,13 +27,14 @@ namespace LAMMPS_NS {
|
|||
class PairLJCutCoulDebye : public PairLJCutCoulCut {
|
||||
public:
|
||||
PairLJCutCoulDebye(class LAMMPS *);
|
||||
virtual ~PairLJCutCoulDebye() {}
|
||||
void compute(int, int);
|
||||
void settings(int, char **);
|
||||
void write_restart_settings(FILE *);
|
||||
void read_restart_settings(FILE *);
|
||||
double single(int, int, int, int, double, double, double, double &);
|
||||
|
||||
private:
|
||||
protected:
|
||||
double kappa;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue