Prototyping latent heat, other misc fixes
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user