diff --git a/src/ASPHERE/compute_temp_asphere.cpp b/src/ASPHERE/compute_temp_asphere.cpp index f3db5dea92..029b76cb27 100644 --- a/src/ASPHERE/compute_temp_asphere.cpp +++ b/src/ASPHERE/compute_temp_asphere.cpp @@ -38,7 +38,8 @@ enum{ROTATE,ALL}; /* ---------------------------------------------------------------------- */ ComputeTempAsphere::ComputeTempAsphere(LAMMPS *lmp, int narg, char **arg) : - Compute(lmp, narg, arg) + Compute(lmp, narg, arg), + id_bias(NULL), tbias(NULL), avec(NULL) { if (narg < 3) error->all(FLERR,"Illegal compute temp/asphere command");