apply clang-format

This commit is contained in:
Axel Kohlmeyer
2022-10-14 09:22:54 -04:00
parent 9a52019b69
commit aa0bd180d1
23 changed files with 77 additions and 72 deletions

View File

@ -382,10 +382,10 @@ void PairPACEExtrapolation::coeff(int narg, char **arg)
aceimpl->ace->load_active_set(active_set_inv_filename);
bool is_linear_extrapolation_grade = aceimpl->ace->get_is_linear_extrapolation_grade();
if (comm->me == 0) {
if (is_linear_extrapolation_grade)
utils::logmesg(lmp, "LINEAR ASI is loaded\n");
else
utils::logmesg(lmp, "FULL ASI is loaded\n");
if (is_linear_extrapolation_grade)
utils::logmesg(lmp, "LINEAR ASI is loaded\n");
else
utils::logmesg(lmp, "FULL ASI is loaded\n");
}
// clear setflag since coeff() called once with I,J = * *