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

This commit is contained in:
sjplimp
2016-08-10 14:59:04 +00:00
parent b3364ae943
commit 639ea6c396
13 changed files with 42 additions and 21 deletions

View File

@ -594,7 +594,7 @@ void Input::substitute(char *&str, char *&str2, int &max, int &max2, int flag)
int Input::expand_args(int narg, char **arg, int mode, char **&earg)
{
int n,iarg,index,nlo,nhi,nmax,which,expandflag,icompute,ifix;
int n,iarg,index,nlo,nhi,nmax,expandflag,icompute,ifix;
char *ptr1,*ptr2,*str;
ptr1 = NULL;