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

This commit is contained in:
sjplimp 2012-08-09 14:05:45 +00:00
parent 6f73e8470d
commit b93e856411
2 changed files with 2 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -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");