whitespace

This commit is contained in:
Axel Kohlmeyer
2021-12-02 15:30:53 -05:00
parent 4ecb894d9d
commit 2ba5aeec31

View File

@ -451,7 +451,7 @@ void DeleteAtoms::delete_porosity(int narg, char **arg)
int groupbit = group->bitmask[igroup];
if (iregion) iregion->prematch();
for (int i = 0; i < nlocal; i++) {
for (int i = 0; i < nlocal; i++) {
if (!(mask[i] & groupbit)) continue;
if (iregion && !iregion->match(x[i][0],x[i][1],x[i][2])) continue;
if (random->uniform() <= porosity_fraction) dlist[i] = 1;