Commit 6e89ccd5 authored by sjplimp's avatar sjplimp Committed by GitHub
Browse files

Merge pull request #385 from akohlmey/collected-small-bugfixes

collected small bugfixes and updates
parents 53f3df5b a88136c3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -279,7 +279,7 @@ void FixWallGranRegion::update_contacts(int i, int nc)
  while (iold < ncontact[i]) {
    for (m = 0; m < nc; m++)
      if (region->contact[m].iwall == walls[i][iold]) break;
    if (m < nc) {
    if (m >= nc) {
      ilast = ncontact[i]-1;
      for (j = 0; j < sheardim; j++)
        shearmany[i][iold][j] = shearmany[i][ilast][j];