fix initialization bug

This commit is contained in:
Axel Kohlmeyer
2023-12-01 16:23:49 -05:00
parent acdb0481f0
commit fbb9c69771

View File

@ -140,7 +140,8 @@ Lattice::Lattice(LAMMPS *lmp, int narg, char **arg) : Pointers(lmp)
// process optional args
int triclinic_general = 0;
triclinic_general = 0;
oriented = 0;
int iarg = 2;
while (iarg < narg) {