git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1657 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -86,7 +86,9 @@ void ComputeTempPartial::dof_compute()
|
||||
|
||||
int ComputeTempPartial::dof_remove(int i)
|
||||
{
|
||||
return 0;
|
||||
int nper = xflag+yflag+zflag;
|
||||
if (domain->dimension == 2) nper = xflag+yflag;
|
||||
return (domain->dimension - nper);
|
||||
}
|
||||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
||||
Reference in New Issue
Block a user