silence compiler warnings

This commit is contained in:
Axel Kohlmeyer
2021-06-04 09:07:53 -04:00
parent 5f4bd99544
commit f2a6329fe7
3 changed files with 4 additions and 13 deletions

View File

@ -31,7 +31,7 @@ using namespace FixConst;
/* ---------------------------------------------------------------------- */
FixPairTracker::FixPairTracker(LAMMPS *lmp, int narg, char **arg) :
Fix(lmp, narg, arg), nvalues(0), array(NULL), vector(NULL), pack_choice(NULL)
Fix(lmp, narg, arg), nvalues(0), vector(NULL), array(NULL), pack_choice(NULL)
{
if (narg < 3) error->all(FLERR, "Illegal fix pair/tracker command");
local_flag = 1;