Rename Pair::pairTensor() => Pair::hessian_twobody()

This commit is contained in:
Andrew Schultz
2019-07-12 22:42:23 -04:00
parent b675edcf5c
commit 226e68a784
3 changed files with 3 additions and 3 deletions

View File

@ -1746,7 +1746,7 @@ void Pair::init_bitmap(double inner, double outer, int ntablebits,
/* ---------------------------------------------------------------------- */
void Pair::pairTensor(double fforce, double dfac, double delr[3], double phiTensor[6]) {
void Pair::hessian_twobody(double fforce, double dfac, double delr[3], double phiTensor[6]) {
int m = 0;
for (int k=0; k<3; k++) {
phiTensor[m] = fforce;