Merge pull request #193 from akohlmey/eam-bugfix

bugfix for eam/alloy/omp and eam/fs/omp
This commit is contained in:
sjplimp
2016-10-05 10:54:36 -06:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@ -101,6 +101,7 @@ void PairEAMAlloyOMP::coeff(int narg, char **arg)
if (i == j) atom->set_mass(i,setfl->mass[map[i]]);
count++;
}
scale[i][j] = 1.0;
}
}

View File

@ -101,6 +101,7 @@ void PairEAMFSOMP::coeff(int narg, char **arg)
if (i == j) atom->set_mass(i,fs->mass[map[i]]);
count++;
}
scale[i][j] = 1.0;
}
}