Prototyping latent heat, other misc fixes

This commit is contained in:
jtclemm
2023-12-22 10:46:44 -07:00
parent 7403426046
commit 08d2dd2699
16 changed files with 611 additions and 126 deletions

View File

@ -901,7 +901,7 @@ void Set::set(int keyword)
}
else if (keyword == RHEO_STATUS) {
if (ivalue != 0 && ivalue !=2)
if (ivalue != 0 && ivalue != 2)
error->one(FLERR,"Invalid value {} in set command for rheo/status", ivalue);
atom->status[i] = ivalue;
}