From 1780c86b860173e778f97f14856a885c7617f4f3 Mon Sep 17 00:00:00 2001 From: athomps <athomps@f3b2605a-c512-4ea7-a41b-209d697bcdaa> Date: Fri, 5 Aug 2016 17:53:52 +0000 Subject: [PATCH] Fixed error in ave/time version git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15449 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- examples/controller/in.controller | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/controller/in.controller b/examples/controller/in.controller index c331f8f8b0..1a56d133f1 100755 --- a/examples/controller/in.controller +++ b/examples/controller/in.controller @@ -33,8 +33,10 @@ fix 10 all controller 100 1.0 0.5 0.0 0.0 & c_thermo_temp 1.5 tcontrol # time-average temp for control + #fix ave all ave/time 5 20 100 c_thermo_temp -#fix 10 all controller 100 0.5 0.0 0.0 f_ave 1.5 tcontrol +#fix 10 all controller 100 1.0 0.5 0.0 0.0 & +# f_ave 1.5 tcontrol # run with controller -- GitLab