fix whitespace issues

This commit is contained in:
Axel Kohlmeyer
2021-01-26 18:39:02 -05:00
parent d1be5d49ca
commit bca3164fc4
20 changed files with 102 additions and 102 deletions

View File

@ -786,7 +786,7 @@ void FixNH::setup(int /*vflag*/)
t0 = temperature->compute_scalar();
if (t0 < EPSILON)
error->all(FLERR,"Current temperature too close to zero, "
"consider using ptemp setting");
"consider using ptemp setting");
}
}
t_target = t0;