git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@2805 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -1444,7 +1444,7 @@ int Variable::group_function(char *word, char *contents, Tree **tree,
|
|||||||
if (ptr2) {
|
if (ptr2) {
|
||||||
n = strlen(ptr2+1) + 1;
|
n = strlen(ptr2+1) + 1;
|
||||||
arg3 = new char[n];
|
arg3 = new char[n];
|
||||||
strcpy(arg3,ptr1+1);
|
strcpy(arg3,ptr2+1);
|
||||||
narg = 3;
|
narg = 3;
|
||||||
} else arg3 = NULL;
|
} else arg3 = NULL;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user