From ee874d1dff4ad3ada7f4ac2aeaec75f7aa9f3bb5 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Thu, 21 Jun 2012 17:23:55 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8371 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/fix_balance.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/fix_balance.cpp b/src/fix_balance.cpp index 41affb53b7..1843c5ef46 100644 --- a/src/fix_balance.cpp +++ b/src/fix_balance.cpp @@ -137,6 +137,9 @@ void FixBalance::init() void FixBalance::setup(int vflag) { + // compute final imbalance factor if setup_pre_exchange() invoked balancer + // this is called at end of run setup, before output + pre_neighbor(); }