explicitly specify central atom

This commit is contained in:
Jacob Gissinger
2023-03-15 21:29:14 -04:00
committed by GitHub
parent 56f4aaff47
commit 0bf0fd98cc

View File

@ -43,7 +43,7 @@ ImproperUmbrella::ImproperUmbrella(LAMMPS *_lmp) : Improper(_lmp)
// the first and fourth atoms in the quadruplet are the atoms of symmetry
symmatoms[0] = 1;
symmatoms[3] = 1;
symmatoms[3] = 2;
}
/* ---------------------------------------------------------------------- */