From 6ee53d0888082b6f6b48a8be6b291f453f351940 Mon Sep 17 00:00:00 2001 From: Pere Antoni Martorell <37292905+pmartorell@users.noreply.github.com> Date: Wed, 26 Oct 2022 16:06:59 +0200 Subject: [PATCH] fix parameter overriiding in poisson example --- examples/Poisson.jl | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/Poisson.jl b/examples/Poisson.jl index 436e9171..548b8257 100644 --- a/examples/Poisson.jl +++ b/examples/Poisson.jl @@ -17,8 +17,6 @@ function main(filename;n=20,δ=0.2,output=nothing) geo = STLGeometry( filename ) - n = 20 - δ = 0.2 pmin,pmax = get_bounding_box(geo) diagonal = pmax-pmin pmin = pmin - diagonal*δ