diff --git a/src/compute_adf.cpp b/src/compute_adf.cpp index 6e6239f076..e339db786b 100644 --- a/src/compute_adf.cpp +++ b/src/compute_adf.cpp @@ -51,7 +51,7 @@ ComputeADF::ComputeADF(LAMMPS *lmp, int narg, char **arg) : iatomflag(NULL), jatomflag(NULL), rcutinnerj(NULL), rcutouterj(NULL), katomflag(NULL), rcutinnerk(NULL), rcutouterk(NULL), - maxjatom(NULL), numjatom(NULL), neighjatom(NULL), + list(NULL), maxjatom(NULL), numjatom(NULL), neighjatom(NULL), maxkatom(NULL), numkatom(NULL), neighkatom(NULL), maxjkatom(NULL), numjkatom(NULL), neighjkatom(NULL), bothjkatom(NULL) {