Increase MAXLINE

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@9151 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
athomps 2012-12-12 22:34:06 +00:00
parent dba5a5ad3f
commit db5766eb74
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@
using namespace LAMMPS_NS; using namespace LAMMPS_NS;
#define MAXLINE 2048 #define MAXLINE 8192
#define DELTA 4 #define DELTA 4
/* ---------------------------------------------------------------------- */ /* ---------------------------------------------------------------------- */