refactor group access, enable and apply clang-format

This commit is contained in:
Axel Kohlmeyer
2022-04-14 22:01:48 -04:00
parent 4b400fb4a6
commit 69d9c5187e
187 changed files with 3016 additions and 2927 deletions

View File

@ -162,7 +162,7 @@ void ComputeCentroidStressAtom::init()
if (id_temp) {
temperature = modify->get_compute_by_id(id_temp);
if (!temperature)
error->all(FLERR, "Could not find compute centroid/stress/atom temperature ID {}",id_temp);
error->all(FLERR, "Could not find compute centroid/stress/atom temperature ID {}", id_temp);
if (temperature->tempbias)
biasflag = BIAS;
else