sync with Git

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15520 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
sjplimp
2016-08-29 23:49:20 +00:00
parent 2993aec312
commit 958e3e6a80
53 changed files with 131 additions and 113 deletions

View File

@ -34,7 +34,8 @@ using namespace FixConst;
/* ---------------------------------------------------------------------- */
FixSpringChunk::FixSpringChunk(LAMMPS *lmp, int narg, char **arg) :
Fix(lmp, narg, arg)
Fix(lmp, narg, arg),
idchunk(NULL), idcom(NULL), com0(NULL), fcom(NULL)
{
if (narg != 6) error->all(FLERR,"Illegal fix spring/chunk command");
@ -55,7 +56,6 @@ FixSpringChunk::FixSpringChunk(LAMMPS *lmp, int narg, char **arg) :
strcpy(idcom,arg[5]);
esprings = 0.0;
com0 = fcom = NULL;
nchunk = 0;
}