Merge branch 'master' into granular-kokkos

This commit is contained in:
Richard Berger
2018-08-20 22:02:41 -04:00
752 changed files with 15227 additions and 13212 deletions

View File

@ -148,7 +148,7 @@ void FixNHKokkos<DeviceType>::setup(int vflag)
if (pstat_flag) {
double kt = boltz * t_target;
double nkt = atom->natoms * kt;
double nkt = (atom->natoms + 1) * kt;
for (int i = 0; i < 3; i++)
if (p_flag[i])