forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8590 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
6f73e8470d
commit
b93e856411
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");
|
||||
|
|
Loading…
Reference in New Issue