Commit 27fe315d authored by jtclemm's avatar jtclemm
Browse files

Matching style of other fixes

parent 18711758
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -301,7 +301,7 @@ void FixStore::unpack_restart(int nlocal, int nth)
  // skip to Nth set of extra values

  int m = 0;
  for (int i = 0; i < nth; i++) m += static_cast<int> extra[nlocal][m];
  for (int i = 0; i < nth; i++) m += static_cast<int> (extra[nlocal][m]);
  m++;

  if (vecflag) vstore[nlocal] = extra[nlocal][m];