git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@11835 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp 2014-04-29 20:21:23 +00:00
parent bbc57688d8
commit 838fbc7cdc
1 changed files with 2 additions and 2 deletions

View File

@ -209,8 +209,8 @@ FixPour::FixPour(LAMMPS *lmp, int narg, char **arg) :
// volume_one = volume of inserted particle (with max possible radius)
// in 3d, insure dy >= 1, for quasi-2d simulations
double volume,volume_one=0.0;
dstyle = -1;
double volume,volume_one;
if (domain->dimension == 3) {
if (region_style == 1) {
double dy = yhi - ylo;