Matching style of other fixes

This commit is contained in:
jtclemm
2020-08-05 17:25:58 -06:00
parent 1871175871
commit 27fe315db7

View File

@ -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];