Fixes coverity issue CID 179439

This commit is contained in:
Richard Berger
2017-05-22 17:33:47 -04:00
parent 8a630ff4ec
commit a7d790a827

View File

@ -41,6 +41,7 @@ PairPython::PairPython(LAMMPS *lmp) : Pair(lmp) {
restartinfo = 0;
one_coeff = 1;
reinitflag = 0;
cut_global = 0.0;
py_potential = NULL;
skip_types = NULL;