Skip to content

Commit

Permalink
Merge pull request #1 from shipengcheng1230/update
Browse files Browse the repository at this point in the history
Update
  • Loading branch information
shipengcheng1230 authored May 26, 2021
2 parents 936afe4 + 3593e60 commit f3f7b20
Show file tree
Hide file tree
Showing 10 changed files with 578 additions and 596 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "GeoGreensFunctions"
uuid = "1bc39cc2-b9cd-470c-972b-2e3fb46182c5"
authors = ["shipengcheng1230 <[email protected]>"]
version = "0.1.1"
version = "0.2.0"

[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand Down
1 change: 0 additions & 1 deletion docs/src/APIs.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
Modules = [GeoGreensFunctions]
Pages = [
"disl_dc3d.jl",
"disl_rect.jl",
"disl_seg2.jl",
"disl_tri3.jl",
"vol_hex8.jl",
Expand Down
2 changes: 2 additions & 0 deletions src/GeoGreensFunctions.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
module GeoGreensFunctions

using LinearAlgebra

const KERNELDIR = joinpath(@__DIR__, "funcs")
foreach(x -> include(joinpath(KERNELDIR, x)), filter!(x -> endswith(x, ".jl") && !startswith(x, "_"), readdir(KERNELDIR)))

Expand Down
Loading

2 comments on commit f3f7b20

@shipengcheng1230
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/37598

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.2.0 -m "<description of version>" f3f7b2052a511209a7c634f3fac3351f970c6e1c
git push origin v0.2.0

Please sign in to comment.