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

This commit is contained in:
sjplimp
2006-10-31 22:16:12 +00:00
parent 40b67f592f
commit ed0d30f88d
16 changed files with 72 additions and 53 deletions

View File

@ -21,6 +21,8 @@
RegSphere::RegSphere(int narg, char **arg) : Region(narg, arg)
{
options(narg-6,&arg[6]);
xc = xscale*atof(arg[2]);
yc = yscale*atof(arg[3]);
zc = zscale*atof(arg[4]);