forked from lijiext/lammps
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:
parent
9c75205cb8
commit
cdd3df2346
|
@ -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
|
||||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
|
Loading…
Reference in New Issue