apply clang-tidy updates

This commit is contained in:
Axel Kohlmeyer
2022-04-10 11:31:49 -04:00
parent 1a2d83ab01
commit 413a01ade5
42 changed files with 106 additions and 106 deletions

View File

@ -916,12 +916,12 @@ namespace ATC {
}
//-------------------------------------------------------------------
void ATC_Transfer::compute_bond_matrix(void)
void ATC_Transfer::compute_bond_matrix()
{
bondMatrix_->reset();
}
//-------------------------------------------------------------------
void ATC_Transfer::compute_fields(void)
void ATC_Transfer::compute_fields()
{
// keep per-atom computes fresh. JAZ and REJ not sure why;