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:
@ -27,7 +27,8 @@ enum{UNKNOWN,GLOBAL,PERATOM};
|
||||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
||||
FixStore::FixStore(LAMMPS *lmp, int narg, char **arg) : Fix(lmp, narg, arg)
|
||||
FixStore::FixStore(LAMMPS *lmp, int narg, char **arg) : Fix(lmp, narg, arg),
|
||||
vstore(NULL), astore(NULL), rbuf(NULL)
|
||||
{
|
||||
if (narg != 6) error->all(FLERR,"Illegal fix store command");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user