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

This commit is contained in:
sjplimp 2013-08-23 14:58:38 +00:00
parent 6f8eeea3b3
commit a9230abf54
2 changed files with 5 additions and 0 deletions

View File

@ -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;

View File

@ -1435,6 +1435,8 @@ void Pair::virial_fdotr_compute()
virial[5] += f[i][2]*x[i][1];
}
}
vflag_fdotr = 0;
}
/* ----------------------------------------------------------------------