major whitespace cleanup
This commit is contained in:
@ -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++;
|
||||
|
||||
@ -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++;
|
||||
|
||||
Reference in New Issue
Block a user