update indent

This commit is contained in:
Axel Kohlmeyer
2022-05-04 17:50:34 -04:00
parent 4c6cb8648b
commit dcd6c18e45

View File

@ -284,7 +284,7 @@ void Pair::init()
if (!manybody_flag && (comm->me == 0)) {
const int num_mixed_pairs = atom->ntypes * (atom->ntypes - 1) / 2;
utils::logmesg(lmp," generated {} of {} mixed pair_coeff terms from {} mixing rule\n",
utils::logmesg(lmp,"Generated {} of {} mixed pair_coeff terms from {} mixing rule\n",
mixed_count, num_mixed_pairs, mixing_rule_names[mix_flag]);
}
}