forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@10675 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
6f8eeea3b3
commit
a9230abf54
|
@ -142,6 +142,9 @@ class KSpace : protected Pointers {
|
|||
} else
|
||||
return (-1.0/rho/rho);
|
||||
}
|
||||
|
||||
double **get_gcons() { return gcons; }
|
||||
double **get_dgcons() { return dgcons; }
|
||||
|
||||
protected:
|
||||
int gridflag,gridflag_6;
|
||||
|
|
|
@ -1435,6 +1435,8 @@ void Pair::virial_fdotr_compute()
|
|||
virial[5] += f[i][2]*x[i][1];
|
||||
}
|
||||
}
|
||||
|
||||
vflag_fdotr = 0;
|
||||
}
|
||||
|
||||
/* ----------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue