git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1582 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -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");
|
||||
|
||||
Reference in New Issue
Block a user