Skip to content

Commit

Permalink
set version to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
krcools committed Jun 12, 2024
1 parent 80a3ba2 commit 7329595
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "BEAST"
uuid = "bb4162c7-ba94-5a20-af32-d8ec4428bdd1"
version = "2.4.0"
version = "2.5.0"

[deps]
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
Expand Down
2 changes: 0 additions & 2 deletions examples/efie_quad.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ t = Maxwell3D.singlelayer(wavenumber=κ)
E = Maxwell3D.planewave(direction=ẑ, polarization=x̂, wavenumber=κ)
e = (n × E) × n

assemble(t, X, X)

@hilbertspace j
@hilbertspace k
efie = @discretise t[k,j]==e[k] jX kX
Expand Down

0 comments on commit 7329595

Please sign in to comment.