remove prototype for early version of partition_grid method

This commit is contained in:
Steve Plimpton
2021-08-18 15:56:52 -06:00
parent 2119b59d97
commit 4e16df9a21

View File

@ -120,9 +120,6 @@ class PPPM : public KSpace {
double qdist; // distance from O site to negative charge
double alpha; // geometric factor
void carve_grid(int, int, int, double,
int &, int &, int &, int &, int &, int &);
virtual void set_grid_global();
void set_grid_local();
void adjust_gewald();