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

@ -357,7 +357,7 @@ namespace ATC {
// compute_scalar : added energy
// this is used in the line search
//--------------------------------------------------------------------
double ATC_CouplingMomentum::compute_scalar(void)
double ATC_CouplingMomentum::compute_scalar()
{
double energy = extrinsicModelManager_.compute_scalar();
return energy;