fix up whitespace issues (remove tabs, trailing whitespace)

This commit is contained in:
Axel Kohlmeyer
2021-08-20 13:46:47 -04:00
parent 1eb506002b
commit 1a81a94dfb
4 changed files with 43 additions and 43 deletions

View File

@ -1042,16 +1042,16 @@ int DumpCustom::count()
nstride = 1;
} else if (thresh_array[ithresh] == DVEC) {
i = nfield + ithresh;
i = nfield + ithresh;
int iwhich = custom[field2index[i]];
ptr = atom->dvector[iwhich];
nstride = 1;
nstride = 1;
} else if (thresh_array[ithresh] == IARRAY) {
i = nfield + ithresh;
int iwhich = custom[field2index[i]];
int **iarray = atom->iarray[iwhich];
int icol = argindex[i] - 1;
int icol = argindex[i] - 1;
for (i = 0; i < nlocal; i++)
dchoose[i] = iarray[i][icol];
ptr = dchoose;
@ -1061,8 +1061,8 @@ int DumpCustom::count()
i = nfield + ithresh;
int iwhich = custom[field2index[i]];
double **darray = atom->darray[iwhich];
ptr = &darray[0][argindex[i]-1];
nstride = atom->dcols[iwhich];
ptr = &darray[0][argindex[i]-1];
nstride = atom->dcols[iwhich];
}
// unselect atoms that don't meet threshold criterion