changes to USER-MISC package

This commit is contained in:
Plimpton
2021-01-21 15:37:18 -07:00
parent 4397706654
commit 54e3ee74a2
9 changed files with 74 additions and 74 deletions

View File

@ -64,7 +64,8 @@ FixTISpring::FixTISpring(LAMMPS *lmp, int narg, char **arg) :
global_freq = 1;
extscalar = 1;
extvector = 1;
energy_global_flag = 1;
// disallow resetting the time step, while this fix is defined
time_depend = 1;
@ -133,7 +134,6 @@ int FixTISpring::setmask()
mask |= POST_FORCE;
mask |= POST_FORCE_RESPA;
mask |= MIN_POST_FORCE;
mask |= THERMO_ENERGY;
return mask;
}