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

This commit is contained in:
sjplimp
2008-03-10 17:49:50 +00:00
parent c012684a4f
commit 6ba8c45983
5 changed files with 48 additions and 38 deletions

View File

@ -109,6 +109,7 @@ void ComputePressure::init()
dimension = domain->dimension;
// set temperature used by pressure
// must be done in init() since user can change it via modify command
int icompute = modify->find_compute(id_pre);
if (icompute < 0) error->all("Could not find compute pressure temp ID");