Added NULL initialization for snaptr

This commit is contained in:
Aidan Thompson 2019-06-21 00:26:44 -06:00
parent f1034e982d
commit c460d05bc6
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ PairSNAP::PairSNAP(LAMMPS *lmp) : Pair(lmp)
beta_max = 0;
beta = NULL;
bispectrum = NULL;
snaptr = NULL;
}
/* ---------------------------------------------------------------------- */