From 19cea27b859a22ba03b7054031b936b6e27059ea Mon Sep 17 00:00:00 2001 From: lindahl Date: Tue, 25 Jun 2002 17:28:37 +0000 Subject: [PATCH] Increased the extra table distance from 0.6 to 1.2 --- src/mdlib/force.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mdlib/force.c b/src/mdlib/force.c index 5b0cd3d2e4..d9f170f06e 100644 --- a/src/mdlib/force.c +++ b/src/mdlib/force.c @@ -691,7 +691,7 @@ void init_forcerec(FILE *fp, #define MAX_14_DIST 1.0 /* Shell to account for the maximum chargegroup radius (2*0.2 nm) * * and diffusion during nstlist steps (0.2 nm) */ -#define TAB_EXT 0.6 +#define TAB_EXT 1.2 /* Construct tables. * A little unnecessary to make both vdw and coul tables sometimes, -- 2.11.4.GIT