diff --git a/src/fix_restrain.cpp b/src/fix_restrain.cpp index f1032c1bc1..2214cbe80c 100644 --- a/src/fix_restrain.cpp +++ b/src/fix_restrain.cpp @@ -44,8 +44,9 @@ enum{BOND,LBOUND,ANGLE,DIHEDRAL}; FixRestrain::FixRestrain(LAMMPS *lmp, int narg, char **arg) : Fix(lmp, narg, arg), - rstyle(NULL), mult(NULL), ids(NULL), kstart(NULL), kstop(NULL), target(NULL), - deqstart(NULL), deqstop(NULL), cos_target(NULL), sin_target(NULL) + rstyle(NULL), mult(NULL), ids(NULL), kstart(NULL), kstop(NULL), + deqstart(NULL), deqstop(NULL), target(NULL), cos_target(NULL), + sin_target(NULL) { if (narg < 4) error->all(FLERR,"Illegal fix restrain command");