This commit is contained in:
Axel Kohlmeyer
2019-07-31 23:28:57 -04:00
parent 58404946db
commit 75c1e28566

View File

@ -103,7 +103,7 @@ void Temper::command(int narg, char **arg)
(!utils::strmatch(modify->fix[whichfix]->style,"^langevin")) &&
(!utils::strmatch(modify->fix[whichfix]->style,"^gl[de]$")) &&
(!utils::strmatch(modify->fix[whichfix]->style,"^rigid/nvt")) &&
(!utils::strcmp(modify->fix[whichfix]->style,"^temp/")))
(!utils::strmatch(modify->fix[whichfix]->style,"^temp/")))
error->universe_all(FLERR,"Tempering temperature fix is not supported");
// setup for long tempering run