Missing space between words

This commit is contained in:
jtclemm
2024-11-04 16:09:10 -07:00
parent 34113226ae
commit 755e71e5a2

View File

@ -264,7 +264,7 @@ void PairSPHTaitwater::coeff(int narg, char **arg)
double PairSPHTaitwater::init_one(int i, int j)
{
if (setflag[i][j] == 0) {
error->all(FLERR, "All pair sph/taitwater coeffs are notset");
error->all(FLERR, "All pair sph/taitwater coeffs are not set");
}
cut[j][i] = cut[i][j];