import changes to various fixes by aidan to include virial contributions

This commit is contained in:
Axel Kohlmeyer
2017-09-11 22:24:06 -04:00
parent b3547a9eca
commit e196a2b9e5
23 changed files with 193 additions and 57 deletions

View File

@ -37,6 +37,7 @@ FixExternal::FixExternal(LAMMPS *lmp, int narg, char **arg) :
scalar_flag = 1;
global_freq = 1;
virial_flag = 1;
thermo_virial = 1;
extscalar = 1;
if (strcmp(arg[3],"pf/callback") == 0) {