changes to USER-MISC package
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user