remove dead code

This commit is contained in:
Axel Kohlmeyer
2023-09-12 02:44:58 -04:00
parent d0f0bdd695
commit e230220c13

View File

@ -1129,8 +1129,6 @@ void EwaldDisp::compute_energy_peratom()
/* ---------------------------------------------------------------------- */
#define swap(a, b) { double t = a; a= b; b = t; }
void EwaldDisp::compute_virial()
{
memset(virial, 0, 6*sizeof(double));