fix up whitespace issues (remove tabs, trailing whitespace)
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user