git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@11980 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -102,7 +102,10 @@ FixBalance::FixBalance(LAMMPS *lmp, int narg, char **arg) :
|
||||
// create instance of Irregular class
|
||||
|
||||
balance = new Balance(lmp);
|
||||
|
||||
if (lbstyle == SHIFT) balance->shift_setup(bstr,nitermax,thresh);
|
||||
if (lbstyle == RCB) error->all(FLERR,"Fix balance rcb is not yet supported");
|
||||
|
||||
irregular = new Irregular(lmp);
|
||||
|
||||
// output file
|
||||
|
||||
Reference in New Issue
Block a user