adding missing rheo coordination flag

This commit is contained in:
jtclemm
2024-11-10 14:27:22 -07:00
parent 009a976ae2
commit bd9bcb3bf7
2 changed files with 2 additions and 0 deletions

View File

@ -70,6 +70,7 @@ FixRHEO::FixRHEO(LAMMPS *lmp, int narg, char **arg) :
surface_flag = 0;
oxidation_flag = 0;
self_mass_flag = 0;
coordination_flag = 0;
shift_multiphase_flag = 0;
int i;