git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@9566 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -602,7 +602,7 @@ void FixNH::init()
|
||||
|
||||
int icompute = modify->find_compute(id_temp);
|
||||
if (icompute < 0)
|
||||
error->all(FLERR,"Temperature ID for fix nvt/nph/npt does not exist");
|
||||
error->all(FLERR,"Temperature ID for fix nvt/npt does not exist");
|
||||
temperature = modify->compute[icompute];
|
||||
|
||||
if (temperature->tempbias) which = BIAS;
|
||||
|
||||
Reference in New Issue
Block a user