This commit is contained in:
Axel Kohlmeyer
2021-08-18 18:05:36 -04:00
parent 104fa4624e
commit f6874af7e5
3 changed files with 54 additions and 106 deletions

View File

@ -785,8 +785,8 @@ int DumpVTK::count()
i = ATTRIBUTES + nfield + ithresh;
iwhich = atom->find_custom(id_custom[field2index[i]],flag,cols)
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