Update more core class destructors

This commit is contained in:
Richard Berger
2022-01-19 13:26:48 -05:00
parent e283bfa1fa
commit b8d4030983
19 changed files with 19 additions and 19 deletions

View File

@ -104,7 +104,7 @@ class Compute : protected Pointers {
int copymode, kokkosable;
Compute(class LAMMPS *, int, char **);
virtual ~Compute();
~Compute() override;
void modify_params(int, char **);
void reset_extra_dof();