git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7437 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -317,7 +317,7 @@ int RegCone::surface_interior(double *x, double cutoff)
|
||||
r = sqrt(del1*del1 + del2*del2);
|
||||
currentradius = radiuslo + (x[2]-lo)*(radiushi-radiuslo)/(hi-lo);
|
||||
|
||||
// x is exterior to cone
|
||||
// z is exterior to cone
|
||||
|
||||
if (r > currentradius || x[2] < lo || x[2] > hi) return 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user