From 72c5792230bfc5d21cd8d43f6b42d60c274db159 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Wed, 21 Sep 2016 15:40:42 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15615 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/fix_nh.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/fix_nh.cpp b/src/fix_nh.cpp index e2ce97db43..01ba81e554 100644 --- a/src/fix_nh.cpp +++ b/src/fix_nh.cpp @@ -54,7 +54,8 @@ FixNH::FixNH(LAMMPS *lmp, int narg, char **arg) : Fix(lmp, narg, arg), tstat_flag(0), pstat_flag(0), rfix(NULL), id_dilate(NULL), irregular(NULL), id_temp(NULL), id_press(NULL), tcomputeflag(0), pcomputeflag(0), eta(NULL), eta_dot(NULL), eta_dotdot(NULL), -eta_mass(NULL), etap(NULL), etap_dot(NULL), etap_dotdot(NULL), etap_mass(NULL), mpchain(0) +eta_mass(NULL), etap(NULL), etap_dot(NULL), etap_dotdot(NULL), +etap_mass(NULL), mpchain(0) { if (narg < 4) error->all(FLERR,"Illegal fix nvt/npt/nph command");