major whitespace cleanup

This commit is contained in:
Axel Kohlmeyer
2020-08-19 18:46:35 -04:00
parent 503d3826bb
commit 729b3d2717
30 changed files with 749 additions and 749 deletions

View File

@ -568,7 +568,7 @@ void FixGLD::unpack_restart(int nlocal, int nth)
// skip to the nth set of extended variables
// unpack the Nth first values this way because other fixes pack them
int m = 0;
for (int i = 0; i< nth; i++) m += static_cast<int> (extra[nlocal][m]);
m++;

View File

@ -674,7 +674,7 @@ void FixTTM::unpack_restart(int nlocal, int nth)
// skip to Nth set of extra values
// unpack the Nth first values this way because other fixes pack them
int m = 0;
for (int i = 0; i < nth; i++) m += static_cast<int> (extra[nlocal][m]);
m++;