revert permission change and replace 'b/c' with 'because'
This commit is contained in:
4
src/fix_store.cpp
Executable file → Normal file
4
src/fix_store.cpp
Executable file → Normal file
@ -280,7 +280,7 @@ int FixStore::pack_restart(int i, double *buf)
|
||||
return 1;
|
||||
}
|
||||
|
||||
// pack buf[0] this way b/c other fixes unpack it
|
||||
// pack buf[0] this way because other fixes unpack it
|
||||
buf[0] = nvalues+1;
|
||||
if (vecflag) buf[1] = vstore[i];
|
||||
else
|
||||
@ -300,7 +300,7 @@ void FixStore::unpack_restart(int nlocal, int nth)
|
||||
double **extra = atom->extra;
|
||||
|
||||
// skip to Nth set of extra values
|
||||
// unpack the Nth first values this way b/c other fixes pack them
|
||||
// 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]);
|
||||
|
||||
Reference in New Issue
Block a user