From a4e33d30969a8a12a29b8696d616f827d55f0a91 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Tue, 23 Feb 2016 23:22:40 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14672 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/fix_ave_histo.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/fix_ave_histo.cpp b/src/fix_ave_histo.cpp index 9f4e26ae3b..190a68596a 100644 --- a/src/fix_ave_histo.cpp +++ b/src/fix_ave_histo.cpp @@ -62,6 +62,7 @@ FixAveHisto::FixAveHisto(LAMMPS *lmp, int narg, char **arg) : array_flag = 1; size_array_cols = 3; extarray = 0; + dynamic_group_allow = 1; lo = force->numeric(FLERR,arg[6]); hi = force->numeric(FLERR,arg[7]); @@ -718,7 +719,7 @@ void FixAveHisto::end_of_step() fix->size_local_cols); } - // evaluate equal-style variable + // evaluate equal-style or atom-style variable } else if (which[i] == VARIABLE && kind == GLOBAL) { bin_one(input->variable->compute_equal(m));