avoid issue with neighbor list trimming when used as a hybrid substyle

This commit is contained in:
Axel Kohlmeyer
2023-10-15 23:43:44 -04:00
parent 78adc1727a
commit 23691d4336

View File

@ -51,6 +51,7 @@ PairExTeP::PairExTeP(LAMMPS *lmp) : Pair(lmp)
manybody_flag = 1;
centroidstressflag = CENTROID_NOTAVAIL;
ghostneigh = 1;
trim_flag = 0; // workaround
params = nullptr;