Matching style of other fixes
This commit is contained in:
@ -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];
|
||||
|
||||
Reference in New Issue
Block a user