Skip to content

Commit

Permalink
Fix single hankel test with sqrt(2)/2
Browse files Browse the repository at this point in the history
  • Loading branch information
jondea committed May 10, 2021
1 parent 5e07c67 commit 0815db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/single_hankel_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ using OptimalPMLTransformations
pml = AnnularPML(R,δ)

x1 = CartesianCoordinates(1.5, 0.0)
x2 = CartesianCoordinates(1.5*√2, 1.5*√2)
x2 = CartesianCoordinates(1.5*√2/2, 1.5*√2/2)
x3 = CartesianCoordinates(0.0, 1.5)
x4 = CartesianCoordinates(0.0, -1.5)

Expand Down

0 comments on commit 0815db8

Please sign in to comment.