git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7858 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -324,7 +324,8 @@ void FixBoxRelax::init()
|
||||
temperature = modify->compute[icompute];
|
||||
|
||||
icompute = modify->find_compute(id_press);
|
||||
if (icompute < 0) error->all(FLERR,"Pressure ID for fix box/relax does not exist");
|
||||
if (icompute < 0)
|
||||
error->all(FLERR,"Pressure ID for fix box/relax does not exist");
|
||||
pressure = modify->compute[icompute];
|
||||
|
||||
pv2e = 1.0 / force->nktv2p;
|
||||
|
||||
Reference in New Issue
Block a user