git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7688 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -566,7 +566,8 @@ void FixNH::init()
|
||||
|
||||
if (pstat_flag) {
|
||||
icompute = modify->find_compute(id_press);
|
||||
if (icompute < 0) error->all(FLERR,"Pressure ID for fix npt/nph does not exist");
|
||||
if (icompute < 0)
|
||||
error->all(FLERR,"Pressure ID for fix npt/nph does not exist");
|
||||
pressure = modify->compute[icompute];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user