forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@4615 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
e159d4ebbb
commit
4d52dc0c95
|
@ -261,7 +261,7 @@ void FixIndent::post_force(int vflag)
|
||||||
domain->remap(ctr);
|
domain->remap(ctr);
|
||||||
|
|
||||||
double radius;
|
double radius;
|
||||||
if (rstr) radius = input->variable->compute_equal(zvar);
|
if (rstr) radius = input->variable->compute_equal(rvar);
|
||||||
else radius = rvalue;
|
else radius = rvalue;
|
||||||
|
|
||||||
double **x = atom->x;
|
double **x = atom->x;
|
||||||
|
|
Loading…
Reference in New Issue