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

This commit is contained in:
sjplimp
2006-10-12 20:37:55 +00:00
parent 2fad2c4625
commit 59c0f01a92
16 changed files with 546 additions and 20 deletions

View File

@ -41,6 +41,7 @@ Region::Region(int narg, char **arg)
if (strcmp(style,"block") == 0) options(narg-8,&arg[8]);
else if (strcmp(style,"sphere") == 0) options(narg-6,&arg[6]);
else if (strcmp(arg[1],"cylinder") == 0) options(narg-8,&arg[8]);
else if (strcmp(style,"prism") == 0) options(narg-11,&arg[11]);
else if (strcmp(arg[1],"union") == 0) {
if (narg < 5) error->all("Illegal region command");
n = atoi(arg[2]);