global_freq should be initialized as well
This commit is contained in:
@ -66,6 +66,7 @@ Fix::Fix(LAMMPS *lmp, int narg, char **arg) : Pointers(lmp)
|
||||
comm_forward = comm_reverse = comm_border = 0;
|
||||
restart_reset = 0;
|
||||
nevery = 1;
|
||||
global_freq = 1;
|
||||
|
||||
maxvatom = 0;
|
||||
vatom = NULL;
|
||||
|
||||
Reference in New Issue
Block a user