need to initialize limit_damping array to NULL

This commit is contained in:
Axel Kohlmeyer
2021-04-07 14:52:36 -04:00
committed by GitHub
parent da56b9de56
commit f072289ac1

View File

@ -80,6 +80,8 @@ PairGranular::PairGranular(LAMMPS *lmp) : Pair(lmp)
onerad_frozen = nullptr;
maxrad_dynamic = nullptr;
maxrad_frozen = nullptr;
limit_damping = nullptr;
history_transfer_factors = nullptr;