make sure cut_respa is initialized

This commit is contained in:
Axel Kohlmeyer
2025-04-26 17:04:14 -04:00
parent 1a1f4b1a82
commit 5169a633e5

View File

@ -39,7 +39,7 @@ using MathSpecial::square;
/* ---------------------------------------------------------------------- */
PairLJPirani::PairLJPirani(LAMMPS *lmp) : Pair(lmp)
PairLJPirani::PairLJPirani(LAMMPS *lmp) : Pair(lmp), cut_respa(nullptr)
{
respa_enable = 1;
born_matrix_enable = 0;