changes to fixes that use THERMO_ENERGY
This commit is contained in:
@ -66,6 +66,7 @@ FixNH::FixNH(LAMMPS *lmp, int narg, char **arg) :
|
||||
global_freq = 1;
|
||||
extscalar = 1;
|
||||
extvector = 0;
|
||||
ecouple_flag = 1;
|
||||
|
||||
// default values
|
||||
|
||||
@ -632,7 +633,6 @@ int FixNH::setmask()
|
||||
int mask = 0;
|
||||
mask |= INITIAL_INTEGRATE;
|
||||
mask |= FINAL_INTEGRATE;
|
||||
mask |= THERMO_ENERGY;
|
||||
mask |= INITIAL_INTEGRATE_RESPA;
|
||||
mask |= FINAL_INTEGRATE_RESPA;
|
||||
if (pre_exchange_flag) mask |= PRE_EXCHANGE;
|
||||
|
||||
Reference in New Issue
Block a user