From cdd3df2346613f6f14dc2819e5cbd1cee56c8130 Mon Sep 17 00:00:00 2001 From: athomps Date: Fri, 14 Dec 2012 15:32:30 +0000 Subject: [PATCH] Extended MAXLINE to match input.cpp git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@9162 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/thermo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/thermo.cpp b/src/thermo.cpp index 8eb64e6581..763e1a175d 100644 --- a/src/thermo.cpp +++ b/src/thermo.cpp @@ -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 /* ---------------------------------------------------------------------- */