fix addtorque is compatible with dynamic groups

This commit is contained in:
Axel Kohlmeyer
2016-11-11 09:01:18 -05:00
parent c5c8c50e97
commit fdcabd7d1d

View File

@ -48,6 +48,7 @@ FixAddTorque::FixAddTorque(LAMMPS *lmp, int narg, char **arg) :
global_freq = 1;
extscalar = 1;
extvector = 1;
dynamic_group_allow = 1;
respa_level_support = 1;
ilevel_respa = 0;