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

This commit is contained in:
sjplimp
2014-04-15 15:24:27 +00:00
parent 3e291aca3d
commit 1fac1d41fa
100 changed files with 161 additions and 583 deletions

View File

@ -533,8 +533,6 @@ int FixGLD::pack_exchange(int i, double *buf)
int FixGLD::unpack_exchange(int nlocal, double *buf)
{
double **extra = atom->extra;
int m = 0;
for (int k = 0; k < 3*prony_terms; k++) {
s_gld[nlocal][k] = buf[m++];
@ -612,7 +610,6 @@ int FixGLD::maxsize_restart()
void FixGLD::init_s_gld()
{
int icoeff;
int *type = atom->type;
double eq_sdev=0.0;
// set kT to the temperature in mvvv units