git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12479 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -677,7 +677,7 @@ void LAMMPS::post_create(int npack, int *pfirst, int *plast, char **arg)
|
||||
if (strlen(str) + strlen(arg[j]) + 2 > 128)
|
||||
error->all(FLERR,"Too many -pk arguments in command line");
|
||||
strcat(str," ");
|
||||
strcpy(str,arg[j]);
|
||||
strcat(str,arg[j]);
|
||||
}
|
||||
input->one(str);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user