--- trunk/gadget/gadget.h 2015/11/09 10:22:57 17 +++ trunk/gadget/gadget.h 2016/01/21 15:52:55 18 @@ -50,8 +50,8 @@ #endif /* Also defined are some of the constants used by Gadget */ -const int MaxStrLength = 129; /* 128 + 1 */ -const int LongString = 4097; /* 4Kb + 1 */ +const int MaxStrLength = 513; /* 128 + 1 */ +const int LongString = 8193; /* 4Kb + 1 */ const double verybig = 1e+10; const double rathersmall = 1e-10; /* machine accuracy for doubles is apparently 2.2204460492503131e-16 */