Adding examples and misc bug fixes

This commit is contained in:
Joel Thomas Clemmer
2021-09-08 18:39:56 -06:00
parent d2984d2615
commit 0e72aae0a3
15 changed files with 2002 additions and 53 deletions

View File

@ -553,7 +553,7 @@ void FixPropertyAtom::copy_arrays(int i, int j, int /*delflag*/)
else if (styles[nv] == IVEC) {
atom->ivector[index[nv]][j] = atom->ivector[index[nv]][i];
atom->ivector[index[nv]][i] = 0;
} else if (styles[nv] == DVEC)
} else if (styles[nv] == DVEC) {
atom->dvector[index[nv]][j] = atom->dvector[index[nv]][i];
atom->dvector[index[nv]][i] = 0.0;
} else if (styles[nv] == IARRAY) {