remove redundant void arguments

This commit is contained in:
Axel Kohlmeyer
2021-10-12 21:17:46 -04:00
parent 1002763df3
commit 7b6a3c4307
23 changed files with 77 additions and 77 deletions

View File

@ -95,7 +95,7 @@ MinHFTN::MinHFTN(LAMMPS *lmp) : Min(lmp)
Destructor
------------------------------------------------------------------------- */
MinHFTN::~MinHFTN (void)
MinHFTN::~MinHFTN()
{
for (int i = 1; i < NUM_HFTN_ATOM_BASED_VECTORS; i++)
if (_daExtraGlobal[i] != nullptr)