Fixing style issues

This commit is contained in:
Joel Thomas Clemmer
2021-09-09 14:17:39 -06:00
parent f9a972220e
commit 5e0c754d04
12 changed files with 93 additions and 93 deletions

View File

@ -566,7 +566,7 @@ void FixPropertyAtom::copy_arrays(int i, int j, int /*delflag*/)
ncol = cols[nv];
for (k = 0; k < ncol; k++) {
atom->darray[index[nv]][j][k] = atom->darray[index[nv]][i][k];
atom->darray[index[nv]][i][k] = 0.0;
atom->darray[index[nv]][i][k] = 0.0;
}
}
}