forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@11835 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
bbc57688d8
commit
838fbc7cdc
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue