changes to fixes that use THERMO_ENERGY
This commit is contained in:
@ -42,6 +42,7 @@ FixSpringSelf::FixSpringSelf(LAMMPS *lmp, int narg, char **arg) :
|
||||
scalar_flag = 1;
|
||||
global_freq = 1;
|
||||
extscalar = 1;
|
||||
energy_global_flag = 1;
|
||||
respa_level_support = 1;
|
||||
|
||||
k = utils::numeric(FLERR,arg[3],false,lmp);
|
||||
@ -110,7 +111,6 @@ int FixSpringSelf::setmask()
|
||||
{
|
||||
int mask = 0;
|
||||
mask |= POST_FORCE;
|
||||
mask |= THERMO_ENERGY;
|
||||
mask |= POST_FORCE_RESPA;
|
||||
mask |= MIN_POST_FORCE;
|
||||
return mask;
|
||||
|
||||
Reference in New Issue
Block a user