global_freq should be initialized as well

This commit is contained in:
Axel Kohlmeyer
2013-09-09 18:42:17 +02:00
parent 1f6ec6d82c
commit 6d809c8185

View File

@ -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;