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

@ -1674,7 +1674,7 @@ pecified
}
//-------------------------------------------------------------------
void ATC_Method::set_reference_potential_energy(void)
void ATC_Method::set_reference_potential_energy()
{
if (setRefPE_) {
if (setRefPEvalue_) {
@ -2170,7 +2170,7 @@ pecified
// }
}
//--------------------------------------------------------
void ATC_Method::compute_nodeset_output(void)
void ATC_Method::compute_nodeset_output()
{
map< pair <string, FieldName>, NodesetOperationType >::const_iterator iter;
for (iter = nsetData_.begin(); iter != nsetData_.end();iter++){
@ -2194,7 +2194,7 @@ pecified
}
}
//--------------------------------------------------------
void ATC_Method::compute_faceset_output(void)
void ATC_Method::compute_faceset_output()
{
map < pair<string,string>, FacesetIntegralType >::const_iterator iter;
DENS_MAT values;
@ -2223,7 +2223,7 @@ pecified
}
}
//--------------------------------------------------------
void ATC_Method::compute_elementset_output(void)
void ATC_Method::compute_elementset_output()
{
map< pair <string, FieldName>, ElementsetOperationType >::const_iterator iter;
for (iter = esetData_.begin(); iter != esetData_.end();iter++){
@ -2379,7 +2379,7 @@ pecified
}
//--------------------------------------------------------
void ATC_Method::remap_ghost_ref_positions(void)
void ATC_Method::remap_ghost_ref_positions()
{
int nlocal = lammpsInterface_->nlocal();