Skip to content

Commit

Permalink
fix parameter overriiding in poisson example
Browse files Browse the repository at this point in the history
  • Loading branch information
pmartorell authored Oct 26, 2022
1 parent 7791597 commit 6ee53d0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/Poisson.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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*δ
Expand Down

0 comments on commit 6ee53d0

Please sign in to comment.