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

This commit is contained in:
sjplimp
2010-07-20 18:17:24 +00:00
parent 71fa7dbfd9
commit c4f3b2fe6d
3 changed files with 69 additions and 30 deletions

View File

@ -63,7 +63,7 @@ RegSphere::~RegSphere()
inside = 0 if x,y,z is outside and not on surface
------------------------------------------------------------------------- */
int RegSphere:: inside(double x, double y, double z)
int RegSphere::inside(double x, double y, double z)
{
double delx = x - xc;
double dely = y - yc;