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:
@ -35,7 +35,8 @@ enum{CONSTANT,EQUAL};
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
||||
FixTempBerendsen::FixTempBerendsen(LAMMPS *lmp, int narg, char **arg) :
|
||||
Fix(lmp, narg, arg)
|
||||
Fix(lmp, narg, arg),
|
||||
tstr(NULL), id_temp(NULL), tflag(0)
|
||||
{
|
||||
if (narg != 6) error->all(FLERR,"Illegal fix temp/berendsen command");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user