Extended MAXLINE to match input.cpp

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@9162 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
athomps 2012-12-14 15:32:30 +00:00
parent 9c75205cb8
commit cdd3df2346
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ enum{SCALAR,VECTOR,ARRAY};
#define INVOKED_VECTOR 2
#define INVOKED_ARRAY 4
#define MAXLINE 8192 // make this 4x longer than Input::MAXLINE
#define MAXLINE 32768 // make this 4x longer than Input::MAXLINE
#define DELTA 8
/* ---------------------------------------------------------------------- */