From 37a9c287120e096e5aa9d7171d614321ca1741f9 Mon Sep 17 00:00:00 2001 From: nilsberglund-orleans <83530463+nilsberglund-orleans@users.noreply.github.com> Date: Sun, 5 Sep 2021 20:37:40 +0200 Subject: [PATCH] Update Parameters.md --- Parameters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Parameters.md b/Parameters.md index 4c71210..8ebc6e4 100644 --- a/Parameters.md +++ b/Parameters.md @@ -346,7 +346,7 @@ updated gradually. #define P_PERCOL 0.25 /* probability of having a circle in C_RAND_PERCOL arrangement */ #define NPOISSON 300 /* number of points for Poisson C_RAND_POISSON arrangement */ -#define LAMBDA 1.5 /* parameter controlling the dimensions of domain */ +#define LAMBDA 0.0 /* parameter controlling the dimensions of domain */ #define MU 1.25 /* parameter controlling the dimensions of domain */ #define NPOLY 3 /* number of sides of polygon */ #define APOLY 1.0 /* angle by which to turn polygon, in units of Pi/2 */