remove unused function

This commit is contained in:
Axel Kohlmeyer
2022-04-29 15:10:57 -04:00
parent 47f62838db
commit f09e886fd2

View File

@ -51,7 +51,6 @@ class ElectrodeMatrix : protected Pointers {
void pair_contribution(double **);
void self_contribution(double **);
void tf_contribution(double **);
double calc_erfc(double);
};
} // namespace LAMMPS_NS