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

@ -67,9 +67,10 @@ void ComputeTempDeform::init()
auto fixes = modify->get_fix_by_style("^deform");
if (fixes.size() > 0) {
if ((dynamic_cast<FixDeform *>( fixes[0]))->remapflag == Domain::X_REMAP && comm->me == 0)
if ((dynamic_cast<FixDeform *>(fixes[0]))->remapflag == Domain::X_REMAP && comm->me == 0)
error->warning(FLERR, "Using compute temp/deform with inconsistent fix deform remap option");
} else error->warning(FLERR, "Using compute temp/deform with no fix deform defined");
} else
error->warning(FLERR, "Using compute temp/deform with no fix deform defined");
}
/* ---------------------------------------------------------------------- */