git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7688 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2012-02-03 20:21:38 +00:00
parent ddee962c16
commit 64ab68a561
2 changed files with 24 additions and 12 deletions

View File

@ -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];
}