fix compilation

This commit is contained in:
Dan Ibanez
2017-01-03 16:42:24 -07:00
committed by Dan Ibanez
parent 318ab9a185
commit 3941fe9ab7

View File

@ -27,7 +27,7 @@ namespace LAMMPS_NS {
class PairTableRX : public PairTable {
public:
PairTableRX(class LAMMPS *);
virtual ~PairTableRX();
virtual ~PairTableRX() {}
virtual void compute(int, int);
void settings(int, char **);