Commit 030df745 authored by sjplimp's avatar sjplimp Committed by GitHub
Browse files

Merge pull request #193 from akohlmey/eam-bugfix

bugfix for eam/alloy/omp and eam/fs/omp
parents 6a972119 4381db84
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;
    }
  }

+1 −0
Original line number Diff line number Diff line
@@ -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;
    }
  }