git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8590 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
File diff suppressed because one or more lines are too long
@ -780,7 +780,6 @@ void Input::partition()
|
||||
// ptr = start of 4th word
|
||||
|
||||
strcpy(copy,line);
|
||||
copy[strlen(copy)-1] = '\0';
|
||||
char *ptr = strtok(copy," \t\n\r\f");
|
||||
ptr = strtok(NULL," \t\n\r\f");
|
||||
ptr = strtok(NULL," \t\n\r\f");
|
||||
|
||||
Reference in New Issue
Block a user