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

This commit is contained in:
sjplimp
2016-06-06 23:21:39 +00:00
parent 1a52795e1d
commit 0f3e4182e8
67 changed files with 236 additions and 151 deletions

View File

@ -46,7 +46,7 @@ FixNPHSphere::FixNPHSphere(LAMMPS *lmp, int narg, char **arg) :
modify->add_compute(3,newarg);
delete [] newarg;
tflag = 1;
tcomputeflag = 1;
// create a new compute pressure style
// id = fix-ID + press, compute group = all
@ -64,5 +64,5 @@ FixNPHSphere::FixNPHSphere(LAMMPS *lmp, int narg, char **arg) :
newarg[3] = id_temp;
modify->add_compute(4,newarg);
delete [] newarg;
pflag = 1;
pcomputeflag = 1;
}