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

This commit is contained in:
sjplimp
2009-04-29 16:54:06 +00:00
parent 8515f83a1c
commit 16ef076c31
11 changed files with 627 additions and 54 deletions

View File

@ -110,8 +110,8 @@ void ComputePressure::init()
nktv2p = force->nktv2p;
dimension = domain->dimension;
// set temperature used by pressure
// must be done in init() since user can change it via modify command
// set temperature compute, must be done in init()
// fixes could have changed or compute_modify could have changed it
int icompute = modify->find_compute(id_pre);
if (icompute < 0) error->all("Could not find compute pressure temp ID");