Debugging BPM coupling

This commit is contained in:
jtclemm
2023-11-06 16:22:02 -07:00
parent 16a3abdadd
commit 92ff79af08
5 changed files with 101 additions and 63 deletions

View File

@ -1105,7 +1105,7 @@ void Set::set(int keyword)
// set temperature of particle
else if (keyword == ANGMOM) {
else if (keyword == TEMPERATURE) {
if (dvalue < 0.0) error->one(FLERR,"Invalid temperature in set command");
atom->temperature[i] = dvalue;
}